Updated the Gecko code handler to the latest version from Gecko OS 1.9.3.1.

Added a check to ensure that the number of codes fits in memory (maximum 231 codes).
Store a copy of codehandler.bin in the Sys directory.
This commit is contained in:
skidau
2012-01-02 15:14:30 +11:00
committed by calc84maniac
parent 318d3cff02
commit b9547a07f5
3 changed files with 16 additions and 10 deletions

View File

@ -126,7 +126,7 @@
#define WII_USA_SETTING "setting-usa.txt"
#define WII_JAP_SETTING "setting-jpn.txt"
#define GECKO_CODE_HANDLER "kenobiwii.bin"
#define GECKO_CODE_HANDLER "codehandler.bin"
// Subdirs in Sys
#define GC_SYS_DIR "GC"