mirror of
https://github.com/Polprzewodnikowy/N64FlashcartMenu.git
synced 2024-11-22 02:29:19 +01:00
Change definition for ED save detection
This commit is contained in:
parent
60094a98be
commit
b5a9fa31fe
@ -7,6 +7,6 @@
|
|||||||
#define DB_SAVE_TYPE_SRAM 0x03
|
#define DB_SAVE_TYPE_SRAM 0x03
|
||||||
#define DB_SAVE_TYPE_FLASHRAM 0x04
|
#define DB_SAVE_TYPE_FLASHRAM 0x04
|
||||||
#define DB_SAVE_TYPE_SRAM_BANKED 0x05
|
#define DB_SAVE_TYPE_SRAM_BANKED 0x05
|
||||||
#define DB_SAVE_TYPE_CART_SPECIFIED 0x99
|
#define DB_SAVE_TYPE_CART_SPECIFIED 0x0f
|
||||||
|
|
||||||
uint8_t rom_db_match_save_type(uint16_t id, uint32_t crc);
|
uint8_t rom_db_match_save_type(uint16_t id, uint32_t crc);
|
||||||
|
Loading…
Reference in New Issue
Block a user