diff options
| author | 2014-09-08 21:46:02 -0700 | |
|---|---|---|
| committer | 2014-09-12 01:15:14 -0700 | |
| commit | 02fd19b2f60f4db8a683734e4300d7498c861309 (patch) | |
| tree | c9c95671835d73b5ca7e52029de5bb27832e11a3 /src/video_core | |
| parent | Initial HID PAD work, with GLFW only. (diff) | |
| download | yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.gz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.tar.xz yuzu-02fd19b2f60f4db8a683734e4300d7498c861309.zip | |
Added support for multiple input device types for KeyMap and connected Qt.
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 | |||
| 27 | 27 | ||
| 28 | extern RendererBase* g_renderer; ///< Renderer plugin | 28 | extern RendererBase* g_renderer; ///< Renderer plugin |
| 29 | extern int g_current_frame; ///< Current frame | 29 | extern int g_current_frame; ///< Current frame |
| 30 | extern EmuWindow* g_emu_window; ///< Emu window | ||
| 30 | 31 | ||
| 31 | /// Start the video core | 32 | /// Start the video core |
| 32 | void Start(); | 33 | void Start(); |