From 691571cc5751558cd12a954314565909815639d2 Mon Sep 17 00:00:00 2001 From: Sam Lantinga Date: Fri, 31 Jul 2026 09:28:33 -0700 Subject: [PATCH] Moved GameInput into the gameinput folder in the Visual Studio project --- VisualC/SDL/SDL.vcxproj.filters | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/VisualC/SDL/SDL.vcxproj.filters b/VisualC/SDL/SDL.vcxproj.filters index 6159f7aa61..94c30d1382 100644 --- a/VisualC/SDL/SDL.vcxproj.filters +++ b/VisualC/SDL/SDL.vcxproj.filters @@ -268,6 +268,9 @@ {0000b6590eb19c11945581d0479b0000} + + {460acb7b-849b-4cfd-b829-1e90c9b58c0b} + @@ -543,9 +546,6 @@ core\windows - - core\windows\gameinput - core\windows @@ -1354,6 +1354,9 @@ render\gpu\shaders + + core\windows\gameinput + @@ -1450,9 +1453,6 @@ core - - core\windows\gameinput - core\windows @@ -2090,6 +2090,9 @@ video\yuv2rgb + + core\windows\gameinput +