From b9a9ab6bfae7cc876477fdccb6febdd49a9368d1 Mon Sep 17 00:00:00 2001 From: "wagic.the.homebrew" Date: Tue, 2 Dec 2008 13:56:55 +0000 Subject: [PATCH] Erwan - small tweak with input frequency --- JGE/src/JGE.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JGE/src/JGE.cpp b/JGE/src/JGE.cpp index 2e7955127..27dc899b7 100644 --- a/JGE/src/JGE.cpp +++ b/JGE/src/JGE.cpp @@ -365,7 +365,7 @@ u8 JGE::GetAnalogY() } #define REPEAT_DELAY 0.5 -#define REPEAT_FREQUENCY 5 +#define REPEAT_FREQUENCY 7 void JGE::Run() { u64 curr;