mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-11 05:07:58 -05:00
Set framebuffer layout from EmuWindow.
This commit is contained in:
@ -18,7 +18,6 @@ namespace VideoCore {
|
||||
|
||||
EmuWindow* g_emu_window = nullptr; ///< Frontend emulator window
|
||||
RendererBase* g_renderer = nullptr; ///< Renderer plugin
|
||||
int g_current_frame = 0;
|
||||
|
||||
/// Initialize the video core
|
||||
void Init(EmuWindow* emu_window) {
|
||||
@ -27,8 +26,6 @@ void Init(EmuWindow* emu_window) {
|
||||
g_renderer->SetWindow(g_emu_window);
|
||||
g_renderer->Init();
|
||||
|
||||
g_current_frame = 0;
|
||||
|
||||
LOG_DEBUG(Render, "initialized OK");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user