# Syntax:
#   ms0:/PATH/TO/PRX  ms0:/PATH_TO_ISO_OR_PBP - end of line = * match.
#   ms0:/PATH/TO/PRX  UMDID (jpjp-12345 or jpjp12345) - PSP game ID.
#   ms0:/PATH/TO/PRX  umd - all games from a physical UMD disc.
#   ms0:/PATH/TO/PRX  iso - all games from an ISO or CSO.
# 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.
#   Paths starting with '/' will be considered as ms0:/PATH.
#   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 adds valid catchall entry for his isozeseses:
#  ms0:/seplugins/cwcheat/cwcheat.prx	iso
# -or-
#  ms0:/seplugins/stargate.prx ms0:/iso/
# 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

# 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
