mirror of
https://github.com/libretro/RetroArch
synced 2025-02-08 15:40:14 +00:00
Merge pull request #3367 from Ezio-PS/master
Set lower key signature for main executable and cores (3.41)
This commit is contained in:
commit
fdb872f6a5
@ -84,8 +84,8 @@ EXT=a
|
||||
|
||||
EXE_PATH=$CELL_SDK/host-win32/bin
|
||||
SCETOOL_PATH=$PS3TOOLS_PATH/scetool/scetool.exe
|
||||
SCETOOL_FLAGS_CORE="--sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=1C --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=APP --self-app-version=0001000000000000 --self-fw-version=0004002000000000 --encrypt"
|
||||
SCETOOL_FLAGS_EBOOT="--sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=1C --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0004002000000000 --np-license-type=FREE --np-content-id=UP0001-SSNE10000_00-0000000000000001 --np-app-type=EXEC --self-app-version=0001000000000000 --np-real-fname=EBOOT.BIN --encrypt"
|
||||
SCETOOL_FLAGS_CORE="--sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=04 --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=APP --self-app-version=0001000000000000 --self-fw-version=0003004100000000 --encrypt"
|
||||
SCETOOL_FLAGS_EBOOT="--sce-type=SELF --compress-data=TRUE --skip-sections=TRUE --key-revision=04 --self-auth-id=1010000001000003 --self-vendor-id=01000002 --self-type=NPDRM --self-fw-version=0003004100000000 --np-license-type=FREE --np-content-id=UP0001-SSNE10000_00-0000000000000001 --np-app-type=EXEC --self-app-version=0001000000000000 --np-real-fname=EBOOT.BIN --encrypt"
|
||||
|
||||
# ODE PS3
|
||||
elif [ $PLATFORM = "ode-ps3" ]; then
|
||||
|
Loading…
x
Reference in New Issue
Block a user