mirror of https://github.com/PCSX2/pcsx2.git
A few more tips on the speedhacks
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@9 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
e848a8a485
commit
6f2b946d06
|
@ -938,30 +938,32 @@ BEGIN
|
|||
CONTROL 132,IDC_PS2SILVER_RECT,"Static",SS_BITMAP,0,167,70,74
|
||||
END
|
||||
|
||||
IDD_HACKS DIALOGEX 0, 0, 343, 159
|
||||
IDD_HACKS DIALOGEX 0, 0, 350, 218
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "PCSX2 Speed Hacks"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,119,138,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,174,138,50,14
|
||||
DEFPUSHBUTTON "OK",IDOK,119,197,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,174,197,50,14
|
||||
CONTROL "EE Sync Hack (x2) - Doubles the cycle rate of the EE.",IDC_SYNCHACK,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,49,329,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,106,336,10
|
||||
CONTROL "Disable All Overflow Checks - Doesn't check for overflow at all in the VU Recs.",IDC_OVERFLOWHACK,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,329,10
|
||||
CTEXT "These hacks will effect the speed of PCSX2 but possibly comprimise on compatability",IDC_HACKDESC,7,7,329,17
|
||||
CONTROL "Tighter SPU2 Sync ( FFXII vids) - slower",IDC_SOUNDHACK,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,118,329,9
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,53,336,10
|
||||
CTEXT "These hacks will effect the speed of PCSX2 but possibly comprimise on compatability",IDC_HACKDESC,7,7,336,10
|
||||
CONTROL "Tighter SPU2 Sync ( FFXII vids) - slower, not usefull anymore",IDC_SOUNDHACK,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,180,336,9
|
||||
CONTROL "Denormals are Zero - Makes very small numbers be equal to zero. (Big speedup on Intel CPUs)",IDC_DENORMALS,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,104,329,9
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,67,336,9
|
||||
CONTROL "IOP Sync Hack (x2) - Doubles the cycle rate of the IOP.",IDC_SYNCHACK2,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,329,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,120,336,10
|
||||
CONTROL "EE/IOP Sync Hack (x3) - Makes EE and IOP hacks triple the cycle rate instead of doubling it.",IDC_SYNCHACK3,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,75,329,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,135,336,10
|
||||
CONTROL "Disable Extra Overflow Checks - Disables extra overflow checks used to help stop SPS.",IDC_OVERFLOWHACK_EXTRA,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,24,329,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,40,336,10
|
||||
CONTROL "EE/IOP Fast Branches - Quick branching (very small speedup)",IDC_FASTBRANCHES,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,89,329,10
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,150,336,10
|
||||
LTEXT "Choose either the x2 OR the x3 hacks, not both",IDC_STATIC,78,93,181,8
|
||||
LTEXT "If you have problems, disable all these and try again",IDC_STATIC,79,18,181,8
|
||||
END
|
||||
|
||||
|
||||
|
@ -982,9 +984,9 @@ BEGIN
|
|||
IDD_HACKS, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 336
|
||||
RIGHTMARGIN, 343
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 152
|
||||
BOTTOMMARGIN, 211
|
||||
END
|
||||
END
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
|
Loading…
Reference in New Issue