|
|
@ -192,6 +192,7 @@ GMainWindow::GMainWindow() |
|
|
: input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, |
|
|
: input_subsystem{std::make_shared<InputCommon::InputSubsystem>()}, |
|
|
config{std::make_unique<Config>()}, vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, |
|
|
config{std::make_unique<Config>()}, vfs{std::make_shared<FileSys::RealVfsFilesystem>()}, |
|
|
provider{std::make_unique<FileSys::ManualContentProvider>()} { |
|
|
provider{std::make_unique<FileSys::ManualContentProvider>()} { |
|
|
|
|
|
Common::Log::Initialize(); |
|
|
LoadTranslation(); |
|
|
LoadTranslation(); |
|
|
|
|
|
|
|
|
setAcceptDrops(true); |
|
|
setAcceptDrops(true); |
|
|
@ -3381,7 +3382,6 @@ void GMainWindow::SetDiscordEnabled([[maybe_unused]] bool state) { |
|
|
#endif
|
|
|
#endif
|
|
|
|
|
|
|
|
|
int main(int argc, char* argv[]) { |
|
|
int main(int argc, char* argv[]) { |
|
|
Common::Log::Initialize(); |
|
|
|
|
|
Common::DetachedTasks detached_tasks; |
|
|
Common::DetachedTasks detached_tasks; |
|
|
MicroProfileOnThreadCreate("Frontend"); |
|
|
MicroProfileOnThreadCreate("Frontend"); |
|
|
SCOPE_EXIT({ MicroProfileShutdown(); }); |
|
|
SCOPE_EXIT({ MicroProfileShutdown(); }); |
|
|
|