summaryrefslogtreecommitdiff
path: root/gui/Linux.h
diff options
context:
space:
mode:
authorXavier Del Campo Romero <xavi92@disroot.org>2025-11-16 00:36:51 +0100
committerXavier Del Campo Romero <xavi92@disroot.org>2025-11-16 00:37:15 +0100
commit5a16476cef25775801a828c01baf815514fd7966 (patch)
treefbaf3887ac1e85a357afeaf03488f97f67f76a4e /gui/Linux.h
parent8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff)
downloadpcsxr-sio-tcp.tar.gz
WIP TCP/SIOsio-tcp
Diffstat (limited to 'gui/Linux.h')
-rw-r--r--gui/Linux.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/gui/Linux.h b/gui/Linux.h
index 2a939050..51310ee1 100644
--- a/gui/Linux.h
+++ b/gui/Linux.h
@@ -44,8 +44,10 @@
extern gboolean UseGui;
extern int StatesC;
-char cfgfile[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */
-char cfgfile_basename[MAXPATHLEN]; /* ADB Comment this out - make a local var, or at least use gchar funcs */
+/* ADB Comment this out - make a local var, or at least use gchar funcs */
+extern char cfgfile[MAXPATHLEN];
+/* ADB Comment this out - make a local var, or at least use gchar funcs */
+extern char cfgfile_basename[MAXPATHLEN];
int LoadConfig();
void SaveConfig();