Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-05 | Add optional battery save using libretro save api | negativeExponent | |
- 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-20 | Get rid of function_cc | Twinaphex | |
2014-12-20 | Change load_gamepak signature | twinaphex | |
2014-12-12 | increase savestate size, was smaller than what was required for 64-bit | aliaspider | |
builds. | |||
2014-12-10 | Style nits | twinaphex | |
2014-12-10 | use correct save directory. | aliaspider | |
2014-12-10 | implement retro_serialize/unserialize | aliaspider | |
2014-12-10 | fix arm target compile errors. | aliaspider | |