mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 08:52:32 -07:00
Don't show render window until a game is started
This commit is contained in:
@@ -102,6 +102,8 @@ private:
|
||||
|
||||
GRenderWindow* render_window;
|
||||
|
||||
// Whether emulation is currently running in Citra.
|
||||
bool emulation_running = false;
|
||||
std::unique_ptr<EmuThread> emu_thread;
|
||||
|
||||
ProfilerWidget* profilerWidget;
|
||||
|
Reference in New Issue
Block a user