Browse Source

Merge pull request #6259 from Morph1984/main-conv

yuzu: main: Silence type conversion warning on MSVC
nce_cpp
Ameer J 5 years ago
committed by GitHub
parent
commit
60db565a5f
  1. 2
      src/yuzu/main.cpp

2
src/yuzu/main.cpp

@ -349,7 +349,7 @@ GMainWindow::GMainWindow()
continue;
}
Settings::values.current_user = selected_user;
Settings::values.current_user = static_cast<s32>(selected_user);
continue;
}

Loading…
Cancel
Save