Set framebuffer layout from EmuWindow.

This commit is contained in:
bunnei
2015-03-07 17:21:19 -05:00
parent 8e4e28aacb
commit 9960c49c21
7 changed files with 88 additions and 60 deletions

View File

@ -30,7 +30,6 @@ 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