Remove blue box around loading screen
This commit is contained in:
parent
636cc2a496
commit
aa427bb2a7
|
@ -904,7 +904,6 @@ void GMainWindow::BootGame(const QString& filename) {
|
||||||
|
|
||||||
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
|
loading_screen->Prepare(Core::System::GetInstance().GetAppLoader());
|
||||||
loading_screen->show();
|
loading_screen->show();
|
||||||
loading_screen->setFocus();
|
|
||||||
|
|
||||||
emulation_running = true;
|
emulation_running = true;
|
||||||
if (ui.action_Fullscreen->isChecked()) {
|
if (ui.action_Fullscreen->isChecked()) {
|
||||||
|
|
Reference in New Issue