View Single Post
Old March 23rd, 2008   #19 (permalink)
refraction
PCSX2 Coder
 
refraction's Avatar
 
Join Date: Jan 2004
Location: Plymouth, UK
Posts: 9,745
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
__________________

http://www.generalemu.net/
Intel Core 2 Quad Q6600 @ 3.4Ghz (425x8), eVGA 8800GTX 768mb, 1.8Tb HDs, 2Gb Corsair DDR2-800 @ DDR2-1020 5-5-5-18 Dual Channel, 14605 3dMark 06 Points
CPU-Z Link
3dMark06 Score Link
Dont PM me for help, use the forums, thats what its for!



refraction is offline   Reply With Quote