diff options
author | Kevin Hartman <kevin@hart.mn> | 2014-09-09 06:46:02 +0200 |
---|---|---|
committer | Kevin Hartman <kevin@hart.mn> | 2014-09-12 10:15:14 +0200 |
commit | 02fd19b2f60f4db8a683734e4300d7498c861309 (patch) | |
tree | c9c95671835d73b5ca7e52029de5bb27832e11a3 /src/video_core | |
parent | Initial HID PAD work, with GLFW only. (diff) | |
download | yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.gz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.bz2 yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.lz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.xz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.zst yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.zip |
Diffstat (limited to 'src/video_core')
-rw-r--r-- | src/video_core/video_core.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/video_core.h b/src/video_core/video_core.h index d227b6aa4..5e8129b5a 100644 --- a/src/video_core/video_core.h +++ b/src/video_core/video_core.h @@ -27,6 +27,7 @@ static const int kScreenBottomHeight = 240; ///< 3DS bottom screen height extern RendererBase* g_renderer; ///< Renderer plugin extern int g_current_frame; ///< Current frame +extern EmuWindow* g_emu_window; ///< Emu window /// Start the video core void Start(); |