From ab55df84e28fac2994ddcc180dfb5795d32533d9 Mon Sep 17 00:00:00 2001 From: Date: Thu, 4 Feb 2016 20:48:44 -0500 Subject: [PATCH] [Glide64] fixed yet again the case-sensitive include --- Source/Glide64/Gfx_1.3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/Glide64/Gfx_1.3.h b/Source/Glide64/Gfx_1.3.h index 3421ac4ea..ac48a5afa 100644 --- a/Source/Glide64/Gfx_1.3.h +++ b/Source/Glide64/Gfx_1.3.h @@ -74,7 +74,7 @@ the plugin #include "GlideExtensions.h" #include "rdp.h" #include "Keys.h" -#include "config.h" +#include "Config.h" #include "Settings.h" #if defined __VISUALC__