mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-21 01:31:39 +00:00
parent
cc775770bf
commit
b4cc0fc9ca
6 changed files with 6 additions and 174 deletions
|
@ -5,7 +5,7 @@
|
|||
#include <cstdio>
|
||||
#include <string>
|
||||
#include <vector>
|
||||
#include <qoperatingsystemversion.h>
|
||||
|
||||
#include <Windows.h>
|
||||
#endif
|
||||
|
||||
|
@ -257,14 +257,6 @@ int main(int argc, char* argv[])
|
|||
Settings::Instance().InitDefaultPalette();
|
||||
Settings::Instance().UpdateSystemDark();
|
||||
|
||||
#ifdef _WIN32
|
||||
auto current = QOperatingSystemVersion::current();
|
||||
if (current >= QOperatingSystemVersion::Windows11)
|
||||
{
|
||||
Settings::Instance().ApplyStyleWin10();
|
||||
}
|
||||
#endif
|
||||
|
||||
MainWindow win{std::move(boot), static_cast<const char*>(options.get("movie"))};
|
||||
win.Show();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue