This commit is contained in:
parent
8c876a75df
commit
4f9567a032
2 changed files with 4 additions and 4 deletions
|
@ -32,7 +32,7 @@
|
|||
Tyepdefs && Defines
|
||||
------------------- */
|
||||
|
||||
#define SAVENAMEHEADER "PRLSR: "
|
||||
#define SAVENAMEHEADER "SBSP: "
|
||||
|
||||
// for prlsr - use slot 1 only
|
||||
#define USE_SLOT_ONE_ONLY
|
||||
|
|
|
@ -92,13 +92,13 @@ public:
|
|||
*/
|
||||
// Memcard filenames (not using else, to make sure its correct)
|
||||
#if defined(__TERRITORY_USA__)
|
||||
#define MEMCARD_BASE_FILENAME "BASLUS-01114"
|
||||
#define MEMCARD_BASE_FILENAME "BASLUS-00000"
|
||||
#endif
|
||||
#if defined(__TERRITORY_UK__)
|
||||
#define MEMCARD_BASE_FILENAME "BESLES-03253"
|
||||
#define MEMCARD_BASE_FILENAME "BESLES-00000"
|
||||
#endif
|
||||
#if defined(__TERRITORY_EUR__)
|
||||
#define MEMCARD_BASE_FILENAME "BESLES-03286"
|
||||
#define MEMCARD_BASE_FILENAME "BESLES-00000"
|
||||
#endif
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue