From 79f216e32563acc81517729fe56a6f11f110b0a4 Mon Sep 17 00:00:00 2001 From: notaz Date: Sat, 10 Nov 2012 22:23:37 +0200 Subject: frontend: avoid loading msg when not needed --- maemo/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'maemo') diff --git a/maemo/main.c b/maemo/main.c index 4ffd1ab..eb757f0 100644 --- a/maemo/main.c +++ b/maemo/main.c @@ -132,7 +132,7 @@ int main(int argc, char **argv) printf(_("Could not load CD-ROM!\n")); return -1; } - emu_on_new_cd(); + emu_on_new_cd(0); ready_to_go = 1; } } -- cgit v1.2.3