Skip to content

Commit

Permalink
Updated to PRO-C Version Scheme.
Browse files Browse the repository at this point in the history
  • Loading branch information
MrColdbird committed Jun 2, 2012
1 parent f6c2094 commit f9e19e2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CIPL_installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion FastRecovery/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Permanent/installer/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions SystemControl/systemctrl.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f9e19e2

Please sign in to comment.