diff options
| author | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-28 11:21:36 +0000 |
|---|---|---|
| committer | SND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2009-11-28 11:21:36 +0000 |
| commit | a65beee9c26b98f6193d1c4541a4c9c8cf2e7c47 (patch) | |
| tree | 1794ec3a6e74d9422980f2a3602cf2a63d6d5f15 /gui/Linux.h | |
| parent | 563be503378575ae84154a75f63ce63f05dadd3e (diff) | |
| download | pcsxr-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.h | 3 |
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 */ |
