Custom firmware WildC*rd v3 Changes from 3.40* v2: --------------------------- recovery/ctrl.c v2-->v3 On line 40, deleted 'scePowerTick(0);' as it was preventing the backlight from shutting off in recovery mode. recovery/main.c v2-->v3 On line 74, deleted 'scePowerTick(0);' as it was preventing the backlight from shutting off in recovery mode. recovery/text.h v2-->v3 On line 12, updated "CFW 3.40* v2" to "CFW 3.40* v3". On line 104, changed "GAME folder homebrew" to "Forced GAME kernel" to better describe what the option does. On line 116, corrected "excute BOOT.BIN in UMD/ISO" to "execute BOOT.BIN in UMD/ISO". vshctrl/main.c v2-->v3 On line 33, updated "3.40* v2" to "3.40* v3". On lines 256 through 259, uncommented the following lines to re-allow use of GAME150 and GAME340. //Fix150Path(file); //Fix150Path(param->argp); //Fix3xxPath(file); //Fix3xxPath(param->argp);