diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-26 18:37:25 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2013-08-26 18:37:25 +0000 |
| commit | d52c7e81224c9ad5ac3496f69f88ce14f872a0a5 (patch) | |
| tree | 7924048e1aaba00ce49290e449754fa7af98ffba | |
| parent | 321d586565831ecd126843a98e80282f52efc77b (diff) | |
| download | pcsxr-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
| -rwxr-xr-x | libpcsxcore/cheat.h | 6 | ||||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/cd.png | bin | 1593 -> 1593 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/cdr.png | bin | 1491 -> 1491 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/gpu.png | bin | 1455 -> 1455 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/iso-open.png | bin | 3034 -> 3034 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/iso-reopen.png | bin | 1772 -> 1772 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/memcard.png | bin | 935 -> 935 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/pad.png | bin | 1767 -> 1767 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/pcsxr.png | bin | 60106 -> 60106 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/play.png | bin | 846 -> 846 bytes | |||
| -rwxr-xr-x[-rw-r--r--] | pixmaps/spu.png | bin | 2102 -> 2102 bytes |
11 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; diff --git a/pixmaps/cd.png b/pixmaps/cd.png Binary files differindex 1f07c0e7..1f07c0e7 100644..100755 --- a/pixmaps/cd.png +++ b/pixmaps/cd.png diff --git a/pixmaps/cdr.png b/pixmaps/cdr.png Binary files differindex 72737547..72737547 100644..100755 --- a/pixmaps/cdr.png +++ b/pixmaps/cdr.png diff --git a/pixmaps/gpu.png b/pixmaps/gpu.png Binary files differindex e49595f3..e49595f3 100644..100755 --- a/pixmaps/gpu.png +++ b/pixmaps/gpu.png diff --git a/pixmaps/iso-open.png b/pixmaps/iso-open.png Binary files differindex 3daaea2a..3daaea2a 100644..100755 --- a/pixmaps/iso-open.png +++ b/pixmaps/iso-open.png diff --git a/pixmaps/iso-reopen.png b/pixmaps/iso-reopen.png Binary files differindex 3294074a..3294074a 100644..100755 --- a/pixmaps/iso-reopen.png +++ b/pixmaps/iso-reopen.png diff --git a/pixmaps/memcard.png b/pixmaps/memcard.png Binary files differindex 2b061b6d..2b061b6d 100644..100755 --- a/pixmaps/memcard.png +++ b/pixmaps/memcard.png diff --git a/pixmaps/pad.png b/pixmaps/pad.png Binary files differindex 186e7be8..186e7be8 100644..100755 --- a/pixmaps/pad.png +++ b/pixmaps/pad.png diff --git a/pixmaps/pcsxr.png b/pixmaps/pcsxr.png Binary files differindex 8dc59052..8dc59052 100644..100755 --- a/pixmaps/pcsxr.png +++ b/pixmaps/pcsxr.png diff --git a/pixmaps/play.png b/pixmaps/play.png Binary files differindex ce003e4d..ce003e4d 100644..100755 --- a/pixmaps/play.png +++ b/pixmaps/play.png diff --git a/pixmaps/spu.png b/pixmaps/spu.png Binary files differindex 53c9ac51..53c9ac51 100644..100755 --- a/pixmaps/spu.png +++ b/pixmaps/spu.png |
