Browse Source

who enforced this

Signed-off-by: crueter <crueter@eden-emu.dev>
pull/153/head
crueter 8 months ago
parent
commit
7fc62b9d1f
  1. 2
      src/yuzu/main.cpp

2
src/yuzu/main.cpp

@ -5677,7 +5677,7 @@ int main(int argc, char* argv[]) {
QCoreApplication::setAttribute(Qt::AA_DontCheckOpenGLContextThreadAffinity);
#ifdef _WIN32
QApplication::setStyle("Vista");
QApplication::setStyle(QStringLiteral("Vista"));
#endif
QApplication app(argc, argv);

Loading…
Cancel
Save