This commit is contained in:
parent
8c876a75df
commit
4f9567a032
2 changed files with 4 additions and 4 deletions
|
@ -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
Add a link
Reference in a new issue