diff options
| author | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:36:51 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi92@disroot.org> | 2025-11-16 00:37:15 +0100 |
| commit | 5a16476cef25775801a828c01baf815514fd7966 (patch) | |
| tree | fbaf3887ac1e85a357afeaf03488f97f67f76a4e /gui/Linux.h | |
| parent | 8349bf45e9b19d83506e1bb52f2053a7976922e5 (diff) | |
| download | pcsxr-sio-tcp.tar.gz | |
WIP TCP/SIOsio-tcp
Diffstat (limited to 'gui/Linux.h')
| -rw-r--r-- | gui/Linux.h | 6 |
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(); |
