You've already forked HackerSM64
mirror of
https://github.com/HackerN64/HackerSM64.git
synced 2026-01-21 10:35:32 -08:00
Add define for wiping save data if existing save data from vanilla or another hack exists (#579)
This commit is contained in:
@@ -29,6 +29,13 @@
|
||||
#define BORDER_HEIGHT_CONSOLE 0
|
||||
#define BORDER_HEIGHT_EMULATOR 0
|
||||
|
||||
/**
|
||||
* Force the game to delete any existing save data originating from a different hack. This requires INTERNAL_ROM_NAME to be unique to work properly.
|
||||
* It is recommended to enable this if any significant changes to the save file are made that could cause issues with this or other hacks.
|
||||
* NOTE: Using save editors with this define will likely just end up wiping your save, since SM64 specific save editors most likely use hardcoded save magic.
|
||||
*/
|
||||
// #define UNIQUE_SAVE_DATA
|
||||
|
||||
/**
|
||||
* Informs supported emulators to default to gamecube controller inputs.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user