# This file is To be used with PSPinfo (c) Beppe 2005 # This software is a part of PSPBackup 2.0 (Advanced) # # See http://Beppe.50webs.com for more information and UPDATES! # # This file is parsed for each game directory, the output gives whatever you want, # the objective is to build a properties or batch file. # # Any comments are welcome at PSP@comix.freesurf.fr # #--------------------------------------- How to play with ? # # = comment/remark (ignored by PSInfo) # action = action To do when found (%wdir% is replaced by game's working directory) # $var = print variable (available : title=title of application) # 'text = print some text without carriage return # "text = print some text with carriage return #----------------------------------------------------- # Example (uncomment the next 3 lines) #'The name of the Game is : " #$title #"", that's it! # ########################################## GAMES # # RIN : Gameboy (Color) Emulator /good!/ # %wdir%\SAVE >%wdir%\CHEAT >%wdir%\RIN.CFG # # NeoCD PSP : NeoGeo CD Emulator /good!/ # %wdir%\keys.cfg >%wdir%\neocdpsp.ini # # Old NeoGeo CD Emulator (no saves) # %wdir%\dummyfile.txt # # PSP Genesis : Genesis (Megadrive) Emulator for PSP /great!/ # %wdir%\PSPGenesis.cfg >%wdir%\saves # # ScummVM : Emulator /great!/ # \scummvm_savegames # # unofficial Supernes Emulator /great!/ # %wdir%\uo_Snes9x.cfg >%wdir%\SAVE # # unofficial Supernes Emulator TYL version /great!/ # %wdir%\snes9xTYL.ini >%wdir%\SAVES # # END OF FILE #