mirror of https://github.com/PCSX2/pcsx2.git
GSDx: I screwed up when doing an untested last minute manual cleanup of gsdx.rc, the mouse over descriptions will actually work now.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5176 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8eae370e86
commit
db39998f71
|
@ -80,8 +80,8 @@ CAPTION "Hacks Configuration"
|
|||
FONT 8, "MS Shell Dlg", 400, 0, 0x1
|
||||
BEGIN
|
||||
DEFPUSHBUTTON "OK",IDOK,258,182,50,14
|
||||
GROUPBOX "Hack",IDC_STATIC,7,7,76,165
|
||||
GROUPBOX "Description",IDC_STATIC,85,7,223,165,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Hack",IDC_STATIC,7,7,76,165,0,WS_EX_TRANSPARENT
|
||||
GROUPBOX "Description",IDC_STATIC,85,7,223,165
|
||||
LTEXT "MSAA",IDC_STATIC_MSAA,14,20,20,8
|
||||
LTEXT "Skipdraw",IDC_STATIC_SKIPDRAW,14,37,30,8
|
||||
EDITTEXT IDC_SKIPDRAWHACKEDIT,45,35,24,14,ES_RIGHT | ES_AUTOHSCROLL
|
||||
|
|
Loading…
Reference in New Issue