mirror of https://github.com/PCSX2/pcsx2.git
GSdx: Attempt to fix the resource files so MSVC likes them again. There's still line ending inconsistencies in the .rc though.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@5115 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
886c23a4ee
commit
2c96d8cf44
|
@ -42,7 +42,7 @@ BEGIN
|
||||||
"#include ""res/interlace.fx""\r\n"
|
"#include ""res/interlace.fx""\r\n"
|
||||||
"#include ""res/merge.fx""\r\0"
|
"#include ""res/merge.fx""\r\0"
|
||||||
"#include ""res/fxaa.fx""\r\0"
|
"#include ""res/fxaa.fx""\r\0"
|
||||||
"#include ""res/shadeboost.fx""\r\0"
|
"#include ""res/shadeboost.fx""\r\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
@ -58,7 +58,7 @@ IDR_TFX_FX RCDATA "res\\tfx.fx"
|
||||||
IDR_MERGE_FX RCDATA "res\\merge.fx"
|
IDR_MERGE_FX RCDATA "res\\merge.fx"
|
||||||
IDR_INTERLACE_FX RCDATA "res\\interlace.fx"
|
IDR_INTERLACE_FX RCDATA "res\\interlace.fx"
|
||||||
IDR_FXAA_FX RCDATA "res\\fxaa.fx"
|
IDR_FXAA_FX RCDATA "res\\fxaa.fx"
|
||||||
IDR_CS_FX RCDATA "res\\cs.fx"
|
IDR_CS_FX RCDATA "res\\cs.fx"
|
||||||
IDR_SHADEBOOST_FX RCDATA "res\\shadeboost.fx"
|
IDR_SHADEBOOST_FX RCDATA "res\\shadeboost.fx"
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
|
@ -245,6 +245,14 @@ END
|
||||||
#ifdef APSTUDIO_INVOKED
|
#ifdef APSTUDIO_INVOKED
|
||||||
GUIDELINES DESIGNINFO
|
GUIDELINES DESIGNINFO
|
||||||
BEGIN
|
BEGIN
|
||||||
|
IDD_SHADEBOOST, DIALOG
|
||||||
|
BEGIN
|
||||||
|
LEFTMARGIN, 7
|
||||||
|
RIGHTMARGIN, 309
|
||||||
|
TOPMARGIN, 7
|
||||||
|
BOTTOMMARGIN, 122
|
||||||
|
END
|
||||||
|
|
||||||
IDD_CONFIG, DIALOG
|
IDD_CONFIG, DIALOG
|
||||||
BEGIN
|
BEGIN
|
||||||
LEFTMARGIN, 7
|
LEFTMARGIN, 7
|
||||||
|
@ -283,14 +291,6 @@ BEGIN
|
||||||
TOPMARGIN, 6
|
TOPMARGIN, 6
|
||||||
BOTTOMMARGIN, 335
|
BOTTOMMARGIN, 335
|
||||||
END
|
END
|
||||||
|
|
||||||
IDD_SHADEBOOST, DIALOG
|
|
||||||
BEGIN
|
|
||||||
LEFTMARGIN, 7
|
|
||||||
RIGHTMARGIN, 309
|
|
||||||
TOPMARGIN, 7
|
|
||||||
BOTTOMMARGIN, 122
|
|
||||||
END
|
|
||||||
END
|
END
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,7 @@
|
||||||
|
//{{NO_DEPENDENCIES}}
|
||||||
|
// Microsoft Visual C++ generated include file.
|
||||||
|
// Used by GSdx.rc
|
||||||
|
//
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2007-2009 Gabest
|
* Copyright (C) 2007-2009 Gabest
|
||||||
* http://www.gabest.org
|
* http://www.gabest.org
|
||||||
|
@ -19,10 +23,6 @@
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
//{{NO_DEPENDENCIES}}
|
|
||||||
// Microsoft Visual C++ generated include file.
|
|
||||||
// Used by GSdx.rc
|
|
||||||
//
|
|
||||||
#define IDC_NATIVERES 2001
|
#define IDC_NATIVERES 2001
|
||||||
#define IDC_VSYNC 2002
|
#define IDC_VSYNC 2002
|
||||||
#define IDC_PALTEX 2003
|
#define IDC_PALTEX 2003
|
||||||
|
|
Loading…
Reference in New Issue