diff options
author | Narr the Reg <juangerman-13@hotmail.com> | 2023-03-27 20:18:26 +0200 |
---|---|---|
committer | Narr the Reg <juangerman-13@hotmail.com> | 2023-03-27 20:18:46 +0200 |
commit | 2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c (patch) | |
tree | d12e2141e32aa57c1cdd2b4fb01773a275e9a260 /src | |
parent | Merge pull request #9992 from liamwhite/climits (diff) | |
download | yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar.gz yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar.bz2 yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar.lz yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar.xz yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.tar.zst yuzu-2fbadc7e1f5db0773e73f6c192472cf6c2e8ab0c.zip |
Diffstat (limited to 'src')
-rw-r--r-- | src/yuzu/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/yuzu/main.cpp b/src/yuzu/main.cpp index ae14884b5..e65a36e2e 100644 --- a/src/yuzu/main.cpp +++ b/src/yuzu/main.cpp @@ -307,6 +307,8 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan system->Initialize(); Common::Log::Initialize(); + Common::Log::Start(); + LoadTranslation(); setAcceptDrops(true); @@ -449,8 +451,6 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan SetupPrepareForSleep(); - Common::Log::Start(); - QStringList args = QApplication::arguments(); if (args.size() < 2) { |