[App] Do all fullscreen entry logic for --fullscreen=true (fixes #1999)

This commit is contained in:
Triang3l 2022-03-14 20:42:52 +03:00
parent c1de37f381
commit 82c1fb87aa
1 changed files with 1 additions and 1 deletions

View File

@ -224,7 +224,7 @@ void EmulatorWindow::OnEmulatorInitialized() {
// When the user can see that the emulator isn't initializing anymore (the
// menu isn't disabled), enter fullscreen if requested.
if (cvars::fullscreen) {
window_->SetFullscreen(true);
SetFullscreen(true);
}
}