From bce9622c29882fcedf2284d0110593cc6cfd48ad Mon Sep 17 00:00:00 2001 From: "SND\\weimingzhi_cp" Date: Thu, 12 Aug 2010 06:50:03 +0000 Subject: win32: increased number of savestate slots. git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@56025 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'win32/gui/plugin.c') 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(); } -- cgit v1.2.3