From 901c8def986498f4449d3a737b65e0fea2d5e7ce Mon Sep 17 00:00:00 2001 From: theoddone33 <> Date: Wed, 27 Feb 2002 03:22:18 +0000 Subject: [PATCH] This should fix *something*, but what it fixes is anyone's guess. --- zsnes/src/vcache.asm | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/zsnes/src/vcache.asm b/zsnes/src/vcache.asm index ad9132e4..fec811b4 100644 --- a/zsnes/src/vcache.asm +++ b/zsnes/src/vcache.asm @@ -697,7 +697,11 @@ NEWSYM cachevideo .nodisplayfps ; do state selects +%ifdef __LINUX__ + stateselcomp KeyStateSlc0,'0','t' +%else stateselcomp KeyStateSlc0,'0','T' +%endif stateselcomp KeyStateSlc1,'1','1' stateselcomp KeyStateSlc2,'2','2' stateselcomp KeyStateSlc3,'3','3'