This commit is contained in:
Paul 2001-01-03 16:47:33 +00:00
parent 8c876a75df
commit 4f9567a032
2 changed files with 4 additions and 4 deletions

View file

@ -32,7 +32,7 @@
Tyepdefs && Defines Tyepdefs && Defines
------------------- */ ------------------- */
#define SAVENAMEHEADER "PRLSR: " #define SAVENAMEHEADER "SBSP: "
// for prlsr - use slot 1 only // for prlsr - use slot 1 only
#define USE_SLOT_ONE_ONLY #define USE_SLOT_ONE_ONLY

View file

@ -92,13 +92,13 @@ public:
*/ */
// Memcard filenames (not using else, to make sure its correct) // Memcard filenames (not using else, to make sure its correct)
#if defined(__TERRITORY_USA__) #if defined(__TERRITORY_USA__)
#define MEMCARD_BASE_FILENAME "BASLUS-01114" #define MEMCARD_BASE_FILENAME "BASLUS-00000"
#endif #endif
#if defined(__TERRITORY_UK__) #if defined(__TERRITORY_UK__)
#define MEMCARD_BASE_FILENAME "BESLES-03253" #define MEMCARD_BASE_FILENAME "BESLES-00000"
#endif #endif
#if defined(__TERRITORY_EUR__) #if defined(__TERRITORY_EUR__)
#define MEMCARD_BASE_FILENAME "BESLES-03286" #define MEMCARD_BASE_FILENAME "BESLES-00000"
#endif #endif