mirror of https://github.com/PCSX2/pcsx2.git
Small visual tweak to gamefixes dialogue, by Cole :)
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@97 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
67ff6f6147
commit
7f861132f0
|
@ -75,20 +75,21 @@ LANGUAGE LANG_GERMAN, SUBLANG_GERMAN
|
|||
// Dialog
|
||||
//
|
||||
|
||||
IDD_GAMEFIXES DIALOGEX 0, 0, 291, 153
|
||||
IDD_GAMEFIXES DIALOGEX 0, 0, 305, 175
|
||||
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
||||
CAPTION "Game Special Fixes"
|
||||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,99,132,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,153,132,50,14
|
||||
CTEXT "Some games need special settings.\nConfigure them here.",IDC_STATIC,7,7,277,17
|
||||
CONTROL "FPU Clamp Hack - Special fix for Gran Turismo 4 and maybe other games.",IDC_GAMEFIX1,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,34,277,12
|
||||
DEFPUSHBUTTON "OK",IDOK,103,154,50,14
|
||||
PUSHBUTTON "Cancel",IDCANCEL,157,154,50,14
|
||||
CTEXT "Some games need special settings.\nConfigure them here.",IDC_STATIC,7,7,297,17
|
||||
CONTROL "FPU Clamp Hack - Special fix for Gran Turismo 4 and possibly other games.",IDC_GAMEFIX1,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,48,253,10
|
||||
CONTROL "VU Clip Hack - Special fix for God of War; Breaks Rockstar games!",IDC_GAMEFIX2,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,64,277,12
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,72,225,10
|
||||
GROUPBOX "PCSX2 Gamefixes",IDC_STATIC,6,30,294,112
|
||||
CONTROL "FPU Clamp Hack 2 - Special fix for Tekken 5 and maybe other games.",IDC_GAMEFIX3,
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,49,277,12
|
||||
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,12,60,236,10
|
||||
END
|
||||
|
||||
|
||||
|
@ -103,9 +104,10 @@ BEGIN
|
|||
IDD_GAMEFIXES, DIALOG
|
||||
BEGIN
|
||||
LEFTMARGIN, 7
|
||||
RIGHTMARGIN, 284
|
||||
RIGHTMARGIN, 298
|
||||
VERTGUIDE, 12
|
||||
TOPMARGIN, 7
|
||||
BOTTOMMARGIN, 146
|
||||
BOTTOMMARGIN, 168
|
||||
END
|
||||
END
|
||||
#endif // APSTUDIO_INVOKED
|
||||
|
|
Loading…
Reference in New Issue