FullscreenUI: Fix inverted parameters

pull/3790/head
Stenzek 4 weeks ago
parent c4e99c4aec
commit dbf928ff61
No known key found for this signature in database

@ -1735,8 +1735,8 @@ void FullscreenUI::DrawPauseMenu()
}
if (MenuButtonWithoutSummary(FSUI_ICONVSTR(ICON_FA_WRENCH, "Game Properties"),
has_game && GameList::CanEditGameSettingsForPath(VideoThread::GetGameSerial(),
VideoThread::GetGamePath())))
has_game && GameList::CanEditGameSettingsForPath(VideoThread::GetGamePath(),
VideoThread::GetGameSerial())))
{
BeginTransition(TransitionEffect::ZoomIn, DEFAULT_TRANSITION_TIME, []() { SwitchToGameSettings(); });
}

Loading…
Cancel
Save