Additional feedback.

This commit is contained in:
Henrik Rydgård
2021-05-11 23:58:54 +02:00
parent 40ab92fe7b
commit 4d344f556a
7 changed files with 25 additions and 25 deletions

View File

@@ -579,9 +579,9 @@ void NewLanguageScreen::OnCompleted(DialogResult result) {
void LogoScreen::Next() {
if (!switched_) {
switched_ = true;
Path gamePath = Path(boot_filename);
Path gamePath = boot_filename;
if (gotoGameSettings_) {
if (boot_filename.size()) {
if (!gamePath.empty()) {
screenManager()->switchScreen(new EmuScreen(gamePath));
} else {
screenManager()->switchScreen(new MainScreen());