forked from henkaku/henkaku
-
Notifications
You must be signed in to change notification settings - Fork 0
/
sd2vita.config.in
30 lines (23 loc) · 1.05 KB
/
sd2vita.config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
# use bash syntax
# whether we're building in debug or release mode, debug has a lot of sceClibPrintf logging, release has none of it
RELEASE=1
# if specified, use the prebuilt krop.rop instead of building it from source
KROP_PREBUILT=
# package files will be downloaded from here
# place these files in the `pkg` directory: eboot.bin, head.bin, param.sfo
# the directory structure will be created by the exploit
PKG_URL_PREFIX="http://mlthaku.tk/hax/sd2vita/pkg"
PKG_URL_ENSO="http://mlthaku.tk/hax/sd2vita/enso"
PKG_URL_ADRENALINE="http://mlthaku.tk/hax/sd2vita/adrenaline"
FOLDER_URL_PLUGINS="http://mlthaku.tk/hax/sd2vita/plugins"
# Url to henkaku.bin
HENKAKU_BIN_URL="http://mlthaku.tk/hax/sd2vita/henkaku.bin"
# Version to show in Settings
HENKAKU_RELEASE=1
BETA_RELEASE=1
# CRC of taihen.skprx, will redownload if mismatch
TAIHEN_CRC32=0
# CRC of molecularShell eboot.bin, will redownload if mismatch
VITASHELL_CRC32=0
# PSN "X-I-5-Passphrase" for spoofing, leave empty to disable
PSN_PASSPHRASE="65848998426DD3E9663731616165323733656435653136303165326661383430"