diff options
Diffstat (limited to 'win32/gui/plugin.c')
| -rwxr-xr-x | win32/gui/plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/gui/plugin.c b/win32/gui/plugin.c index cf968a18..d4d8c284 100755 --- a/win32/gui/plugin.c +++ b/win32/gui/plugin.c @@ -118,8 +118,8 @@ void PADhandleKey(int key) { break; case VK_F5: - Config.Sio ^= 0x1; - if (Config.Sio) + Config.SioIrq ^= 0x1; + if (Config.SioIrq) sprintf(Text, _("*PCSXR*: Sio Irq Always Enabled")); else sprintf(Text, _("*PCSXR*: Sio Irq Not Always Enabled")); GPU_displayText(Text); |
