mirror of
https://git.citron-emu.org/citron/emulator
synced 2025-12-22 03:43:42 +00: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