[App] Do all fullscreen entry logic for --fullscreen=true (fixes #1999)
This commit is contained in:
parent
c1de37f381
commit
82c1fb87aa
|
@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue