diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-17 20:56:45 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-03-17 20:56:45 +0000 |
| commit | 19a65e820e4f1029c9a2273c32e605c77e71550a (patch) | |
| tree | 7cd4bff1046eaef5fc369dc72f49664fec557963 /gui/Linux.h | |
| parent | 5660e3f37355999b2877ffbdde86794f2ea2e33d (diff) | |
| download | pcsxr-19a65e820e4f1029c9a2273c32e605c77e71550a.tar.gz | |
gtk: UpdateMenuSlots() returns recent save slot -> load most recent save state with just -load switch when no number parameter.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@89458 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Linux.h')
| -rwxr-xr-x | gui/Linux.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui/Linux.h b/gui/Linux.h index 791f103b..4e1543c0 100755 --- a/gui/Linux.h +++ b/gui/Linux.h @@ -51,7 +51,7 @@ void autoloadCheats(); // try load cheat file from default path and filename void PADhandleKey(int key); -void UpdateMenuSlots(); +int UpdateMenuSlots(); gchar* get_state_filename(int i); gchar* get_cdrom_label_id(const gchar* suffix); // get cdrom label and id and append suffix to string |
