diff options
| author | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-28 16:05:45 +0000 |
|---|---|---|
| committer | SND\ckain_cp <SND\ckain_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-11-28 16:05:45 +0000 |
| commit | 5ffd1f6301f77a5b8dbfcc76f1d55693911c9fd1 (patch) | |
| tree | 99462bfec79d04fe39c19a9c540f92358152b140 /gui/Cheat.h | |
| parent | ab3d13f1e74f78404f9c723b58728bcd4a5cd53c (diff) | |
| download | pcsxr-5ffd1f6301f77a5b8dbfcc76f1d55693911c9fd1.tar.gz | |
GTK: improved cheat file automatic loading / name generation.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@88007 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Cheat.h')
| -rwxr-xr-x | gui/Cheat.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/Cheat.h b/gui/Cheat.h index c3f9b996..a79876dc 100755 --- a/gui/Cheat.h +++ b/gui/Cheat.h @@ -22,4 +22,7 @@ void RunCheatListDialog(); void RunCheatSearchDialog(); +// last chosen cheat filename is kept in here +extern gchar *cheat_last_filename; + #endif |
