05-16-2010, 01:14 PM
This contains in PSP_GAME\USRDIR\JADE_PSP.INI, maybe useful
Code:
[JADE_PSP]
/////////////// config file //////////////////////////
// !!! case sensitive, and path must be writen in UNIX mode !!!
// key words :
// IniVersion : .ini file version
// BigFile : complete bigfile path
// SysModulePath : complete IRX standard modules path (io access, standard lib)
// HomeModulePath : complete IRX own modules path (at present : sound + CD/DVD functions)
// SpeFile : complete special file path (only for bin bigfile)
// IconFile : complete icon file path for memory card saving
// ResolutionW : horizontal size (not used)
// ResolutionH : vertical size (not used)
// Bin : on = bigfile is bin, off = bigfile is normal
// Xopt : on = X option active, off = X option inactive
// Sound : on = enable sound, off = disable sound (sound file must be converted to psp format)
// Videos : on = enable videos, off = disable videos
// Region : america, europe, japan, russia
//////////////////////////////////////////////////////
//----------------------------------------------------
//---- .ini file version
IniVersion = 1.01
//----------------------------------------------------
//----- access path
SysModulePath =game:y:/modules
HomeModulePath =game:y:/modules
//----------------------------------------------------
//----- file name
SpeFile =host0:y:/jade.spe
IconFile =game:y:/PS2.ICO
BigFile =game:./ifrit_bin_psp.bf
//----------------------------------------------------
//----- switch
Bin =on
Xopt =off
Region =america
Sound =off
DumpMemStats =off
GroupStatsPerMap =off
StartMap =06014C3C
Videos =on
ShowDebugInfo =off
PlayBack =OFF
PlayBack_File =game:y:/replay.rec
PlayBack_Frame2Debug =0
PlayBack_LineCmd =off
UnlockAll =on
MultiplayerPractice =on
//----------------------------------------------------