summaryrefslogtreecommitdiff
path: root/gui/Linux.h
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 11:21:36 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 11:21:36 +0000
commita65beee9c26b98f6193d1c4541a4c9c8cf2e7c47 (patch)
tree1794ec3a6e74d9422980f2a3602cf2a63d6d5f15 /gui/Linux.h
parent563be503378575ae84154a75f63ce63f05dadd3e (diff)
downloadpcsxr-a65beee9c26b98f6193d1c4541a4c9c8cf2e7c47.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38381 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'gui/Linux.h')
-rw-r--r--gui/Linux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gui/Linux.h b/gui/Linux.h
index 1f8e0e3f..5048f7f1 100644
--- a/gui/Linux.h
+++ b/gui/Linux.h
@@ -21,7 +21,6 @@
#include "config.h"
-/* FIXME */
#include "../libpcsxcore/psxcommon.h"
#include <gtk/gtk.h>
@@ -37,7 +36,7 @@
#define STATES_DIR "/.pcsx/sstates/"
#define CHEATS_DIR "/.pcsx/cheats/"
-extern int UseGui;
+extern gboolean UseGui;
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 */