[App] Do all fullscreen entry logic for --fullscreen=true (fixes #1999)
This commit is contained in:
@@ -224,7 +224,7 @@ void EmulatorWindow::OnEmulatorInitialized() {
|
|||||||
// When the user can see that the emulator isn't initializing anymore (the
|
// When the user can see that the emulator isn't initializing anymore (the
|
||||||
// menu isn't disabled), enter fullscreen if requested.
|
// menu isn't disabled), enter fullscreen if requested.
|
||||||
if (cvars::fullscreen) {
|
if (cvars::fullscreen) {
|
||||||
window_->SetFullscreen(true);
|
SetFullscreen(true);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user