aboutsummaryrefslogtreecommitdiff
path: root/games/moonlight-embedded/files/patch-src_config.h
diff options
context:
space:
mode:
Diffstat (limited to 'games/moonlight-embedded/files/patch-src_config.h')
-rw-r--r--games/moonlight-embedded/files/patch-src_config.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/games/moonlight-embedded/files/patch-src_config.h b/games/moonlight-embedded/files/patch-src_config.h
new file mode 100644
index 000000000000..f7b36617a241
--- /dev/null
+++ b/games/moonlight-embedded/files/patch-src_config.h
@@ -0,0 +1,10 @@
+--- src/config.h.orig 2023-10-11 15:50:11 UTC
++++ src/config.h
+@@ -51,6 +51,7 @@ typedef struct _CONFIGURATION {
+ } CONFIGURATION, *PCONFIGURATION;
+
+ extern bool inputAdded;
++extern bool isNoSdl;
+
+ bool config_file_parse(char* filename, PCONFIGURATION config);
+ void config_parse(int argc, char* argv[], PCONFIGURATION config);