liamwhite
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
2 deletions
-
src/yuzu/main.cpp
|
|
@ -307,6 +307,8 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan |
|
|
system->Initialize(); |
|
|
system->Initialize(); |
|
|
|
|
|
|
|
|
Common::Log::Initialize(); |
|
|
Common::Log::Initialize(); |
|
|
|
|
|
Common::Log::Start(); |
|
|
|
|
|
|
|
|
LoadTranslation(); |
|
|
LoadTranslation(); |
|
|
|
|
|
|
|
|
setAcceptDrops(true); |
|
|
setAcceptDrops(true); |
|
|
@ -449,8 +451,6 @@ GMainWindow::GMainWindow(std::unique_ptr<Config> config_, bool has_broken_vulkan |
|
|
|
|
|
|
|
|
SetupPrepareForSleep(); |
|
|
SetupPrepareForSleep(); |
|
|
|
|
|
|
|
|
Common::Log::Start(); |
|
|
|
|
|
|
|
|
|
|
|
QStringList args = QApplication::arguments(); |
|
|
QStringList args = QApplication::arguments(); |
|
|
|
|
|
|
|
|
if (args.size() < 2) { |
|
|
if (args.size() < 2) { |
|
|
|