From 4d5e051387d43115513578856e0ddb487e7ea6ef Mon Sep 17 00:00:00 2001 From: Jonathan Li Date: Fri, 16 Sep 2016 23:42:54 +0100 Subject: [PATCH] gsdx: Fix missing "\n" in rc file It stops Visual Studio from asking to normalise the line endings everytime the resource editor is used. --- plugins/GSdx/GSdx.rc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugins/GSdx/GSdx.rc b/plugins/GSdx/GSdx.rc index 2e85121bc1..88e28f372b 100644 --- a/plugins/GSdx/GSdx.rc +++ b/plugins/GSdx/GSdx.rc @@ -55,7 +55,8 @@ BEGIN "#include ""res/fxaa.fx""\r\n" "#include ""res/cs.fx""\r\n" "#include ""res/shadeboost.fx""\r\n" - "#include ""res/tfx.cl""\r\0" + "#include ""res/tfx.cl""\r\n" + "\0" END #endif // APSTUDIO_INVOKED