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:
Jonathan Li 2016-09-16 23:42:54 +01:00
parent 91b2e5bdbb
commit 4d5e051387
1 changed files with 2 additions and 1 deletions

View File

@ -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