Updated to PRO-C Version Scheme.

This commit is contained in:
Coldbird 2012-06-02 13:42:48 +02:00
parent f6c20942a7
commit f9e19e2326
4 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@ CXXFLAGS = $(CFLAGS) -fno-exceptions -fno-rtti
ASFLAGS = $(CFLAGS)
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_TITLE = CIPL Flasher For PRO-B
PSP_EBOOT_TITLE = CIPL Flasher For PRO-C
PSP_EBOOT_ICON = ICON0.PNG
PSPSDK=$(shell psp-config --pspsdk-path)

View File

@ -40,7 +40,7 @@ PSP_EBOOT_TITLE = 660
endif
BUILD_PRX = 1
PSP_EBOOT_TITLE += PRO-B Fast Recovery
PSP_EBOOT_TITLE += PRO-C Fast Recovery
EXTRA_TARGETS = EBOOT.PBP
PSP_EBOOT_ICON = ICON0.PNG

View File

@ -14,7 +14,7 @@ PSP_FW_VERSION = 620
BUILD_PRX = 1
EXTRA_TARGETS=EBOOT.PBP
PSP_EBOOT_TITLE=620 PRO-B Permanent Patch
PSP_EBOOT_TITLE=620 PRO-C Permanent Patch
PSP_EBOOT_ICON = ICON0.PNG
PSPSDK=$(shell psp-config --pspsdk-path)

View File

@ -103,12 +103,12 @@ int sctrlHENIsDevhook()
int sctrlHENGetVersion()
{
return 0x1002; // 0x1000 in TN's code :)
return 0x1003; // 0x1000 in TN's code :)
}
int sctrlHENGetMinorVersion()
{
return 10;
return 0;
}
PspIoDrv *sctrlHENFindDriver(char *drvname)