mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-07-05 16:20:47 -07:00
fixed order of LogManager and System init
This commit is contained in:
@ -97,8 +97,8 @@ GMainWindow::GMainWindow()
|
||||
|
||||
show();
|
||||
|
||||
System::Init(render_window);
|
||||
LogManager::Init();
|
||||
System::Init(render_window);
|
||||
}
|
||||
|
||||
GMainWindow::~GMainWindow()
|
||||
|
Reference in New Issue
Block a user