frontend: avoid loading msg when not needed
[pcsx_rearmed.git] / frontend / libretro.c
index 11bcef4..82e6f65 100644 (file)
@@ -274,7 +274,7 @@ bool retro_load_game(const struct retro_game_info *info)
                printf("could not load CD-ROM!\n");
                return false;
        }
-       emu_on_new_cd();
+       emu_on_new_cd(0);
 
        return true;
 }