From 1a5ccb27811613c67c1f0e1202426f1b715b34ef Mon Sep 17 00:00:00 2001
From: mazmazz <mar.marcoz@outlook.com>
Date: Mon, 12 Nov 2018 17:16:54 -0500
Subject: [PATCH] Uncomment gcs_platform

---
 src/g_input.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/g_input.h b/src/g_input.h
index 01acf3ae0b..ed347705aa 100644
--- a/src/g_input.h
+++ b/src/g_input.h
@@ -103,7 +103,7 @@ typedef enum
 {
 	gcs_custom,
 	gcs_fps,
-	//gcs_platform,
+	gcs_platform,
 	num_gamecontrolschemes
 } gamecontrolschemes_e;
 
-- 
GitLab