From 886507c52591ea168b98666e67d61f42c70f2859 Mon Sep 17 00:00:00 2001 From: "jean.chalard" Date: Tue, 25 Nov 2008 15:35:01 +0000 Subject: [PATCH] J : * Restore the behavior of GetButtonClick, which had been made so that it would miss more clicks than it should. --- JGE/include/JGE.h | 1 + 1 file changed, 1 insertion(+) diff --git a/JGE/include/JGE.h b/JGE/include/JGE.h index 72188e0d3..894311b41 100644 --- a/JGE/include/JGE.h +++ b/JGE/include/JGE.h @@ -92,6 +92,7 @@ class JGE #else SceCtrlData mCtrlPad; u32 mOldButtons; + u32 mVeryOldButtons; u64 mLastTime; u32 mTickFrequency;