gbaid.save

Undocumented in source.

Members

Aliases

RawSaveMemory
alias RawSaveMemory = Tuple!(SaveMemoryKind, void[])
Undocumented in source.

Enums

EepromConfig
enum EepromConfig
Undocumented in source.
MainSaveConfig
enum MainSaveConfig
Undocumented in source.
RtcConfig
enum RtcConfig
Undocumented in source.
SaveMemoryKind
enum SaveMemoryKind
Undocumented in source.

Functions

gamePakForExistingRom
GamePakData gamePakForExistingRom(string romFile, string saveFile, EepromConfig eepromConfig, RtcConfig rtcConfig)
Undocumented in source. Be warned that the author may not have intended to support it.
gamePakForNewRom
GamePakData gamePakForNewRom(string romFile, MainSaveConfig mainSaveConfig, EepromConfig eepromConfig, RtcConfig rtcConfig)
Undocumented in source. Be warned that the author may not have intended to support it.
loadSaveFile
RawSaveMemory[] loadSaveFile(string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.
saveGamePak
void saveGamePak(GamePakData gamePakData, string saveFile)
Undocumented in source. Be warned that the author may not have intended to support it.
saveSaveFile
void saveSaveFile(RawSaveMemory[] saveMemories, string filePath)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

memoryCapacityForSaveKind
enum int[SaveMemoryKind] memoryCapacityForSaveKind;
Undocumented in source.

Meta