Conversation
Added scripts to install FW and Games from bios folder, and roms folder.
| PKG_REL_VERSION="CI" | ||
|
|
||
| case ${TARGET_ARCH} in | ||
| x86_64) |
There was a problem hiding this comment.
You don't need the x86 case statement. We dropped x86 support a while ago as it was broken and low interest in fixing it.
|
thanks ill give it a test |
Removed X_86_64, as it is not used
|
I add 2 more commits to do the changes more user friendly, now the install script scan the games, and the game list is one that matches more games for me |
|
could you name a working game to test with ? |
|
trying to install Borderlands 2.... getting |
|
Whipeot 2048 works great. |
from your log, you are missing the Firmwares, in the Vita 3k page you have the instructions to download the files, or contact me and i can send the files to you. Deleted all my files of Vita3k on my installation, detected one or two problems that i need to evaluate but, if following the correct order Borderlands 2 boots without problem. To do the initialization of Vita3k you need to:
To install a game on Vita3K, you need to use a .zip (i usually name it IDOFGAME.zip, ex: PCSF00576.zip), with the decrypted files inside a folder with the game ID name PCSF00576.zip/PCSF00576/eboot.bin I suggest you to look at https://nopaystation.com/, if you need more info about installations contact me,, if the changes get finally merged, i'll look to document all this on the wiki
Regards Alex. |
Added scripts to install FW and Games from bios folder, and roms folder.