summaryrefslogtreecommitdiff
path: root/gba_memory.h
AgeCommit message (Collapse)Author
2020-09-05Add optional battery save using libretro save apinegativeExponent
- Adds core option to allow battery saves using the libretro api (retro_get_memory_data/size) - Initial save size set at 128KB and actual size is automatically determined internally by gba. - This will always assume that a save file is supported since save size or type cannot be determined until gba tries to write to backup memory. - A 128KB block of memory is used as buffer, similar method to VBA Next/Beetle GBA workarounds. Fix https://github.com/libretro/gpsp/issues/72
2014-12-20Get rid of function_ccTwinaphex
2014-12-20Change load_gamepak signaturetwinaphex
2014-12-12increase savestate size, was smaller than what was required for 64-bitaliaspider
builds.
2014-12-10Style nitstwinaphex
2014-12-10use correct save directory.aliaspider
2014-12-10implement retro_serialize/unserializealiaspider
2014-12-10fix arm target compile errors.aliaspider