# Syntax:
#   ms0:/PATH/TO/PRX  ms0:/PATH_TO_ISO_OR_PBP
#   ms0:/PATH/TO/PRX  UMDID (jpjp-12345 or jpjp12345) - PSP game ID.
#   ms0:/PATH/TO/PRX  umd - all games from a physical UMD disc (not iso).
#   ms0:/PATH/TO/PRX  iso - all games from an ISO or CSO (not umd).
# Special entry to activate eboot sorter - moves an eboot to the top of XMB list, when launched.
#   autosort=1
# Special entry for logging to 'pergame.log':
#   logging=1
# MOAR logging:
#   logging=2
# Note: PRX entry cannot have spaces, second entry can. Everything is case insensitive.
#   ms0:/ not required. End of second entry is considered a * glob match.
# Example configuration entries below.
#
# Oh noes! Zombie tycoon doesn't play nice with m33, so we'll load the m33_620 module
#   ms0:/seplugins/m33_620.prx                 NPEZ00029
#   ms0:/seplugins/m33_620.prx                 npez-00029
# Cheater is cheating
#   /freecheat/fc_3xx.prx                      ms0:/iso/cat_game/this_game_is_too_hard.cso
# Cheater adds invalid entry:
#   ms0:/freecheat/fc_3xx.prx
# Cheater's new game crashes when cwcheat is loaded:
#   ! /seplugins/cwcheat/cwcheat.prx         ms0:/iso/cat_game/OMFGaPSPMINIgame.iso
# Cheater adds valid catchall entry for the rest of his isozeseses:
#   ms0:/seplugins/cwcheat/cwcheat.prx          iso
# -or-
#   ms0:/seplugins/stargate.prx                 ms0:/iso/
# Blacklist entries must be before stuff they blacklist:
#   !ms0:/seplugins/cwcheat/cwcheat.prx         ms0:/iso/zomgitstillloads.cso
# Does an in-game umd ripper exist? If so, make it only load for games on physical disc:
#   ms0:/seplugins/uncle_bobs_umdsnarf.prx      umd
# IRshell crashes if your volume buttons are broken:
#   ms0:/seplugins/macrofire.prx	       /psp/game/irshell3x/eboot.pbp
#
# these defaults will load the included prometheus modules if an iso's name starts with 'prm'

ms0:/seplugins/prm/stargate.prx ms0:/iso/prm
ms0:/seplugins/prm/stargate.prx ms0:/iso/CAT_Mini/prm
ms0:/seplugins/prm/stargate.prx ms0:/iso/CAT_Game/prm

# this works too
#  ms0:/seplugins/m33_620.prx ms0:/iso/620
#  /seplugins/m33_620.prx ms0:/iso/CAT_Mini/620
#  ms0:/seplugins/m33_620.prx /iso/CAT_Game/620

# Uncomment this to make problematic KHBBS plugin load only for KHBBS
#  /KHBBS/KHBBS_patch.prx uljm05600


# also, if the following files exist, they will be parsed for module paths (one per line)
#  ms0:/iso/name_of_game.cso.plugins
#  ms0:/iso/name_of_game.plugins
#  ms0:/psp/game/name_of_homebrew/eboot.pbp.plugins
#  ms0:/psp/game/name_of_homebrew/eboot.plugins
# example contents of '/iso/khbbs-jp-eng-patched.cso.plugins'
#  ms0:/KHBBS/KHBBS_patch.prx
#  /LOLpr/LOLprCheatDevice.prx
