summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 18:37:25 +0000
committerSND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2013-08-26 18:37:25 +0000
commitd52c7e81224c9ad5ac3496f69f88ce14f872a0a5 (patch)
tree7924048e1aaba00ce49290e449754fa7af98ffba /libpcsxcore
parent321d586565831ecd126843a98e80282f52efc77b (diff)
downloadpcsxr-d52c7e81224c9ad5ac3496f69f88ce14f872a0a5.tar.gz
Changing the *_extension_cht to macros. This quiets a warning in OS X.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@86933 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rwxr-xr-xlibpcsxcore/cheat.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpcsxcore/cheat.h b/libpcsxcore/cheat.h
index 82d871ed..98251f0c 100755
--- a/libpcsxcore/cheat.h
+++ b/libpcsxcore/cheat.h
@@ -23,9 +23,9 @@
extern "C" {
#endif
-static const char* all_extension_cht="*.cht";
-static const char* dot_extension_cht=".cht";
-static const char* tla_extension_cht="cht";
+#define all_extension_cht "*.cht";
+#define dot_extension_cht ".cht";
+#define tla_extension_cht "cht";
typedef struct {
uint32_t Addr;