From 2fc796d4b1db008dc266547515785c279b60c86b Mon Sep 17 00:00:00 2001 From: dborth Date: Tue, 21 Oct 2008 16:54:39 +0000 Subject: [PATCH] superscope correction --- source/ngc/input.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/ngc/input.cpp b/source/ngc/input.cpp index c8fe31b..6948616 100644 --- a/source/ngc/input.cpp +++ b/source/ngc/input.cpp @@ -363,7 +363,7 @@ void decodepad (int pad) { // buttons offset = 0x50; - for (i = 0; i < 6; i++) + for (i = 0; i < 5; i++) { if (jp & gcscopemap[i] #ifdef HW_RVL