mirror of
https://github.com/citra-emu/citra.git
synced 2024-11-25 23:10:15 +00:00
Merge pull request #1 from CaptV0rt3x/CaptV0rt3x-fix-render-window-focus
Updated main.cpp
This commit is contained in:
commit
0e254f64a3
@ -390,6 +390,7 @@ void GMainWindow::BootGame(const std::string& filename) {
|
||||
game_list->hide();
|
||||
}
|
||||
render_window->show();
|
||||
render_window->setFocus();
|
||||
|
||||
emulation_running = true;
|
||||
OnStartGame();
|
||||
|
Loading…
Reference in New Issue
Block a user