This commit is contained in:
parent
cb6451efa3
commit
a4880148d0
3 changed files with 9 additions and 5 deletions
|
@ -92,7 +92,7 @@ public:
|
|||
*/
|
||||
// Memcard filenames (not using else, to make sure its correct)
|
||||
#if defined(__TERRITORY_USA__)
|
||||
#define MEMCARD_BASE_FILENAME "BASLUS-00000"
|
||||
#define MEMCARD_BASE_FILENAME "BASLUS-01352"
|
||||
#endif
|
||||
#if defined(__TERRITORY_UK__)
|
||||
#define MEMCARD_BASE_FILENAME "BESLES-00000"
|
||||
|
|
|
@ -92,7 +92,7 @@ private:
|
|||
|
||||
enum
|
||||
{
|
||||
SAVELOAD_HEADERID=1,
|
||||
SAVELOAD_HEADERID=2,
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue