From 42c636997b5dcffabbc55d18cbdef173614b391d Mon Sep 17 00:00:00 2001 From: tantricity Date: Wed, 23 Jun 2010 22:39:56 +0000 Subject: [PATCH] bump up max IOS git-svn-id: https://devkitpro.svn.sourceforge.net/svnroot/devkitpro/trunk/libogc@4156 258c5a1a-4f63-435d-9564-e8f6d34ab52c --- libogc/ios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libogc/ios.c b/libogc/ios.c index c20f5bf..38c2854 100644 --- a/libogc/ios.c +++ b/libogc/ios.c @@ -46,7 +46,7 @@ distribution. //#define DEBUG_IOS -#define IOS_MAX_VERSION 36 +#define IOS_MAX_VERSION 61 #define IOS_MIN_VERSION 3 static s32 __ios_hid = -1; -- 2.11.4.GIT