Pergame PSP: Difference between revisions
From GameBrew
More actions
No edit summary |
No edit summary |
||
| Line 46: | Line 46: | ||
* All ISOs or CSOs write "iso". | * All ISOs or CSOs write "iso". | ||
===Additional options=== | ===Additional options and examples=== | ||
* Autosort - Enabling it will move eboot to the top of XMB's game list whenever it is launched. | * Autosort - Enabling it will move eboot to the top of XMB's game list whenever it is launched. | ||
* Logging - For debugging. Please refer to readme for more details. | * Logging - For debugging. Please refer to readme for more details. | ||
* Put "#" in the beginning of the line to comment (disable the single line). | * Put "#" in the beginning of the line to comment (disable the single line). | ||
'''Example 1:''' | |||
#Applying the CFE plugin to the Gran Turismo game. | # Applying the CFE plugin to the Gran Turismo game. | ||
ms0:/seplugins/CFE/cfe_loader.prx ms0:/ISO/CAT_Games/GT.cso | ms0:/seplugins/CFE/cfe_loader.prx ms0:/ISO/CAT_Games/GT.cso | ||
'''Example 2:''' | |||
# Making a blacklist from the CWCheat to the Gran Turismo game. | |||
!ms0:/seplugins/CWCheat.prx ms0:/ISO/CAT_Games/GT.cso | |||
'''Example 3:''' | |||
# Using the UMD ID instead of the game path. | |||
#Using the UMD ID instead of the game path. | |||
ms0:/seplugins/CFE/cfe_loader.prx ULUS-65465 | ms0:/seplugins/CFE/cfe_loader.prx ULUS-65465 | ||
#Applying the plugin to all the UMD that | '''Example 4:''' | ||
# Applying the plugin to all the UMD that you play. | |||
ms0:/seplugins/CFE/cfe_loader.prx UMD | ms0:/seplugins/CFE/cfe_loader.prx UMD | ||
#Applying the plugin to all ISOs and CSOs games. | '''Example 5:''' | ||
# Applying the plugin to all ISOs and CSOs games. | |||
ms0:/seplugins/CFE/cfe_loader.prx iso | ms0:/seplugins/CFE/cfe_loader.prx iso | ||
