mirror of https://github.com/PCSX2/pcsx2.git
gsdx: Fix missing "\n" in rc file
It stops Visual Studio from asking to normalise the line endings everytime the resource editor is used.
This commit is contained in:
parent
91b2e5bdbb
commit
4d5e051387
|
@ -55,7 +55,8 @@ BEGIN
|
||||||
"#include ""res/fxaa.fx""\r\n"
|
"#include ""res/fxaa.fx""\r\n"
|
||||||
"#include ""res/cs.fx""\r\n"
|
"#include ""res/cs.fx""\r\n"
|
||||||
"#include ""res/shadeboost.fx""\r\n"
|
"#include ""res/shadeboost.fx""\r\n"
|
||||||
"#include ""res/tfx.cl""\r\0"
|
"#include ""res/tfx.cl""\r\n"
|
||||||
|
"\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
#endif // APSTUDIO_INVOKED
|
#endif // APSTUDIO_INVOKED
|
||||||
|
|
Loading…
Reference in New Issue