diff options
Diffstat (limited to 'gui/Plugin.c')
| -rwxr-xr-x | gui/Plugin.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gui/Plugin.c b/gui/Plugin.c index 2677677b..62e8feb3 100755 --- a/gui/Plugin.c +++ b/gui/Plugin.c @@ -234,8 +234,8 @@ void PADhandleKey(int key) { gpuShowPic(); break; case XK_F5: - Config.Sio ^= 0x1; - if (Config.Sio) + Config.SioIrq ^= 0x1; + if (Config.SioIrq) sprintf(Text, _("SIO IRQ Always Enabled")); else sprintf(Text, _("SIO IRQ Not Always Enabled")); GPU_displayText(Text); |
