Skip to content

Commit 9776360

Browse files
committed
Focus app window after desktop startup
1 parent 5c0041f commit 9776360

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

platforms/shared/desktop/application.cpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ int application_init(const char* rom_file, const char* symbol_file, bool force_f
147147
emu_mcp_start();
148148
}
149149

150+
application_refocus_window();
151+
150152
return 0;
151153
}
152154

0 commit comments

Comments
 (0)