notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f70429
)
frontend: save last cdimg on successful select
author
notaz
<notasas@gmail.com>
Wed, 15 Aug 2012 20:09:23 +0000
(23:09 +0300)
committer
notaz
<notasas@gmail.com>
Wed, 15 Aug 2012 20:57:12 +0000
(23:57 +0300)
otherwise it's wont save after crash, which can still happen
frontend/menu.c
patch
|
blob
|
blame
|
history
diff --git
a/frontend/menu.c
b/frontend/menu.c
index
3756c1a
..
7babfab
100644
(file)
--- a/
frontend/menu.c
+++ b/
frontend/menu.c
@@
-1859,6
+1859,7
@@
static int romsel_run(void)
}
strcpy(last_selected_fname, rom_fname_reload);
+ menu_do_last_cd_img(0);
return 0;
}
@@
-2399,6
+2400,5
@@
void me_update_msg(const char *msg)
void menu_finish(void)
{
- menu_do_last_cd_img(0);
plat_cpu_clock_apply(cpu_clock_st);
}