-
Notifications
You must be signed in to change notification settings - Fork 35
ioPlus 0.1 0.2
dots-tb edited this page Mar 27, 2018
·
1 revision
This is a kernel plugin and so it must be added to the taihen config.txt under the *KERNEL section. Once installed, you may use the standard sceIo functions such as sceIoOpen in user plugins and applications as normal.
Using PFS decryption on ioPlus 0.2: to use decryption, use the “iop-decrypt:” device.
Ex: to open app0:/Media/level0 ----> iop-decrypt:/Media/level0
NOTE: an opened device with the file decrypted must be currently opened in order for this to work.
mkdir build
cd build
cmake ..
make all