all repos — mgba @ 74bbc057bb0046e0f2effd86e981c7e99863c465

mGBA Game Boy Advance Emulator

GBA: Fix Iridion II savetype (fixes #196)
Jeffrey Pfau jeffrey@endrift.com
Sat, 02 Jan 2016 18:59:41 -0800
commit

74bbc057bb0046e0f2effd86e981c7e99863c465

parent

656260c1299744d1c82cd1d9c4a8d5ec132a05d1

2 files changed, 5 insertions(+), 0 deletions(-)

jump to
M CHANGESCHANGES

@@ -21,6 +21,7 @@ - GBA: Fix warnings when creating and loading savestates

- GBA Memory: Fix DMAs triggering two cycles early - GBA Hardware: Fix GPIO on big endian - Util: Fix excessive memory allocation when decoding a PNG + - GBA: Fix Iridion II savetype Misc: - Qt: Window size command line options are now supported - Qt: Increase usability of key mapper
M src/gba/context/overrides.csrc/gba/context/overrides.c

@@ -46,6 +46,10 @@

// F-Zero - Climax { "BFTJ", SAVEDATA_FLASH1M, HW_NONE, IDLE_LOOP_NONE }, + // Iridion II + { "AI2E", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE }, + { "AI2P", SAVEDATA_FORCE_NONE, HW_NONE, IDLE_LOOP_NONE }, + // Golden Sun: The Lost Age { "AGFE", SAVEDATA_FLASH512, HW_NONE, 0x801353A },