fix(launcher): focus emulator window on launch

This commit is contained in:
nmzik
2026-08-04 02:51:11 +02:00
parent 1da99a0671
commit a3a00464bc
2 changed files with 3 additions and 11 deletions
@@ -789,12 +789,14 @@ void Presenter::Present(Frame& frame, bool reuse) {
[&window] {
window.UpdateIcon();
SDL_ShowWindow(window.window);
SDL_RaiseWindow(window.window);
},
true);
#else
window.UpdateIcon();
SDL_ShowWindow(window.window);
SDL_RaiseWindow(window.window);
#endif
window.window_hidden = false;