mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-16 12:32:41 +00: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