diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-12 06:50:03 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2010-08-12 06:50:03 +0000 |
| commit | bce9622c29882fcedf2284d0110593cc6cfd48ad (patch) | |
| tree | c91702f975ce96c5e4bf5e685eab27792083e87d /win32/gui/plugin.c | |
| parent | 8297a92012e3f42ed74d47fc3d11a3003c14b4ae (diff) | |
| download | pcsxr-bce9622c29882fcedf2284d0110593cc6cfd48ad.tar.gz | |
win32: increased number of savestate slots.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56025 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'win32/gui/plugin.c')
| -rw-r--r-- | win32/gui/plugin.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index 14ff7edb..57171a34 100644 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -94,7 +94,7 @@ void PADhandleKey(int key) { break;
case VK_F2:
- if (StatesC < 4) StatesC++;
+ if (StatesC < 8) StatesC++;
else StatesC = 0;
GPU_freeze(2, (GPUFreeze_t *)&StatesC);
if (ShowPic) { ShowPic = 0; gpuShowPic(); }
|
