mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 18:45:45 +00:00
citra_qt: Log settings on launch
This commit is contained in:
parent
28eaa6c598
commit
c63f74ed1d
5 changed files with 35 additions and 0 deletions
|
@ -2042,6 +2042,9 @@ int main(int argc, char* argv[]) {
|
|||
GMainWindow main_window;
|
||||
// After settings have been loaded by GMainWindow, apply the filter
|
||||
main_window.show();
|
||||
|
||||
Settings::LogSettings();
|
||||
|
||||
int result = app.exec();
|
||||
detached_tasks.WaitForAllTasks();
|
||||
return result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue