summaryrefslogtreecommitdiff
path: root/emulators/pcsxr/files/patch-gui-Linux.h
blob: af98e9bf4b7bceb3afe427783d3ec42cbcd422eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- gui/Linux.h.orig	2020-09-07 22:26:22 UTC
+++ gui/Linux.h
@@ -43,8 +43,8 @@
 
 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 */
+extern char cfgfile[MAXPATHLEN];	/* ADB Comment this out - make a local var, or at least use gchar funcs */
+extern char cfgfile_basename[MAXPATHLEN];	/* ADB Comment this out - make a local var, or at least use gchar funcs */
 
 int LoadConfig();
 void SaveConfig();