From 0874c495343302ab8f1c8ec1899f6d07b60cf03c Mon Sep 17 00:00:00 2001 From: n-a-c-h <> Date: Mon, 27 Mar 2006 00:14:07 +0000 Subject: [PATCH] Device cycle keyboard shortcuts implemented. --- zsnes/src/gui/guimouse.inc | 3 +++ zsnes/src/gui/guiwindp.inc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/zsnes/src/gui/guimouse.inc b/zsnes/src/gui/guimouse.inc index 12600f89..aa3afc70 100644 --- a/zsnes/src/gui/guimouse.inc +++ b/zsnes/src/gui/guimouse.inc @@ -3269,6 +3269,9 @@ DisplayGUIAddOnClick: GUIPButtonHole 100,43,byte[device2],2 GUIPButtonHole 100,53,byte[device2],3 GUIPButtonHole 100,63,byte[device2],4 + + DGOptnsProcBox 19,76,[KeyExtraEnab1] + DGOptnsProcBox 110,76,[KeyExtraEnab2] ret DisplayGUIChipClick: diff --git a/zsnes/src/gui/guiwindp.inc b/zsnes/src/gui/guiwindp.inc index f5aa1a8b..b4150ae3 100644 --- a/zsnes/src/gui/guiwindp.inc +++ b/zsnes/src/gui/guiwindp.inc @@ -4285,6 +4285,9 @@ DisplayGUIAddOns: ;Select Special Controllers GUIDisplayButtonHoleTu 17,100,53,byte[device2],3,GUIAddOnText6,0 GUIDisplayButtonHoleTu 17,100,63,byte[device2],4,GUIAddOnText7,0 .endEE + + DDrawBox 17,18,75,[KeyExtraEnab1] + DDrawBox 17,109,75,[KeyExtraEnab2] ret SECTION .data