mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
Update Main.cpp
This commit is contained in:
parent
e64cfaf19c
commit
daf9812378
1 changed files with 1 additions and 8 deletions
|
@ -261,13 +261,6 @@ int main(int argc, char* argv[])
|
||||||
Settings::Instance().SetCurrentUserStyle(Settings::Instance().GetCurrentUserStyle());
|
Settings::Instance().SetCurrentUserStyle(Settings::Instance().GetCurrentUserStyle());
|
||||||
win.Show();
|
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
|
#if defined(USE_ANALYTICS) && USE_ANALYTICS
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue