aboutsummaryrefslogtreecommitdiff
path: root/maemo/main.c
diff options
context:
space:
mode:
authornotaz2012-07-22 22:39:53 +0300
committernotaz2012-07-22 23:56:37 +0300
commit9c27c2051287b235fe0dba18a74b3863a3062646 (patch)
tree24754f3fac995084a08224cae848b4fc4eaf7167 /maemo/main.c
parent61f97bb0518cde50b243fba8ce2e8a907a0fc2e9 (diff)
downloadpcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.tar.gz
pcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.tar.bz2
pcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.zip
frontend: initial cheats support
Diffstat (limited to 'maemo/main.c')
-rw-r--r--maemo/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/maemo/main.c b/maemo/main.c
index 481e9cd..7412791 100644
--- a/maemo/main.c
+++ b/maemo/main.c
@@ -125,6 +125,7 @@ int maemo_main(int argc, char **argv)
printf(_("Could not load CD-ROM!\n"));
return -1;
}
+ emu_on_new_cd();
ready_to_go = 1;
}
}