mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-07-03 08:27:51 -05: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