summaryrefslogtreecommitdiff
path: root/libpcsxcore
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 15:41:04 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-28 15:41:04 +0000
commit676eb630fbb2ac830a0befdd30a3a16705af7e86 (patch)
treef2586fbf4d2ad8f293397faf9034ccdb7a5bdef6 /libpcsxcore
parent99bc6308ba92d0bf8bf158f032b21b7aa17a3bf2 (diff)
downloadpcsxr-676eb630fbb2ac830a0befdd30a3a16705af7e86.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38411 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'libpcsxcore')
-rw-r--r--libpcsxcore/psxcommon.h19
1 files changed, 9 insertions, 10 deletions
diff --git a/libpcsxcore/psxcommon.h b/libpcsxcore/psxcommon.h
index 1ccf73fc..4dc3bfa1 100644
--- a/libpcsxcore/psxcommon.h
+++ b/libpcsxcore/psxcommon.h
@@ -58,7 +58,6 @@ typedef uintptr_t uptr;
#include "system.h"
#include "debug.h"
-/* Ryan TODO WTF is this? */
#if defined (__LINUX__) || defined (__MACOSX__)
#define strnicmp strncasecmp
#endif
@@ -88,15 +87,15 @@ extern int Log;
void __Log(char *fmt, ...);
typedef struct {
- char Gpu[256];
- char Spu[256];
- char Cdr[256];
- char Pad1[256];
- char Pad2[256];
- char Net[256];
- char Mcd1[256];
- char Mcd2[256];
- char Bios[256];
+ char Gpu[MAXPATHLEN];
+ char Spu[MAXPATHLEN];
+ char Cdr[MAXPATHLEN];
+ char Pad1[MAXPATHLEN];
+ char Pad2[MAXPATHLEN];
+ char Net[MAXPATHLEN];
+ char Mcd1[MAXPATHLEN];
+ char Mcd2[MAXPATHLEN];
+ char Bios[MAXPATHLEN];
char BiosDir[MAXPATHLEN];
char PluginsDir[MAXPATHLEN];
long Xa;