From 111ada78b7d179e115466c726ae1d7d05fed9ddb Mon Sep 17 00:00:00 2001 From: "SND\\edgbla_cp" Date: Thu, 14 Feb 2013 19:18:22 +0000 Subject: sio; git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@82898 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- win32/gui/plugin.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'win32/gui/plugin.c') 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); -- cgit v1.2.3