diff options
author | notaz | 2012-07-22 22:39:53 +0300 |
---|---|---|
committer | notaz | 2012-07-22 23:56:37 +0300 |
commit | 9c27c2051287b235fe0dba18a74b3863a3062646 (patch) | |
tree | 24754f3fac995084a08224cae848b4fc4eaf7167 /maemo | |
parent | 61f97bb0518cde50b243fba8ce2e8a907a0fc2e9 (diff) | |
download | pcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.tar.gz pcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.tar.bz2 pcsx_rearmed-9c27c2051287b235fe0dba18a74b3863a3062646.zip |
frontend: initial cheats support
Diffstat (limited to 'maemo')
-rw-r--r-- | maemo/main.c | 1 |
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; } } |