mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
Update Main.cpp
This commit is contained in:
parent
e64cfaf19c
commit
daf9812378
1 changed files with 1 additions and 8 deletions
|
@ -260,14 +260,7 @@ int main(int argc, char* argv[])
|
|||
MainWindow win{std::move(boot), static_cast<const char*>(options.get("movie"))};
|
||||
Settings::Instance().SetCurrentUserStyle(Settings::Instance().GetCurrentUserStyle());
|
||||
win.Show();
|
||||
|
||||
#ifdef _WIN32
|
||||
QString program = "Plugin/Updater/Updater.exe";
|
||||
QStringList arguments = "/S";
|
||||
|
||||
QProcess *process = new QProcess();
|
||||
process->start(program, arguments);
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue