|
most of the stuff in the ini is unimportant, but itd be cool if you could expand "Options=" as this is there cpu options. this is what the numbers are in hex (they are stored in the ini as a decimal)
MTGS = 0x1
Dual Core Mode = 0x2
Frame Limit On = 0x4
EERec = 0x10
VU0Rec = 0x20
VU1Rec = 0x40
COP2Rec (forced on, not needed) = 0x80
ForceABS (forced on, not needed) = 0x100
Frame Limit modes in Options:
Normal = 0x000
Limit = 0x400
Frameskip = 0x800
VUSkip = 0xc00
so for example, mine says Options = 147 which is 0x93 in hex, which shows i have
EERec Enabled
COP2Rec Enabled (but we dont need this info)
MTGS On
Dual Core Mode On
or another example 112 (which is 0x70 in hex) shows i have:
EERec Enabled
VU0Rec Enabled
VU1Rec Enabled
|