mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 18:58:08 -05:00
Remove duplicate work
This commit is contained in:
@ -170,13 +170,6 @@ void GMainWindow::BootGame(std::string filename)
|
||||
render_window->GetEmuThread().start();
|
||||
|
||||
render_window->show();
|
||||
|
||||
// Allow manually setting focus to the render widget if not using popout mode.
|
||||
if (!ui.action_Popout_Window_Mode->isChecked()) {
|
||||
render_window->setFocusPolicy(Qt::ClickFocus);
|
||||
render_window->setFocus();
|
||||
}
|
||||
|
||||
OnStartGame();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user