mgba/include
Vicki Pfau 1a3873da67 GBA Serialize: Fix some minor save state edge cases
There are two edge cases fixed in this commit. The first one involves audio
FIFO DMA state not being properly updated if the game reconfigured it between
save and load. This doesn't happen often, but it could conceivably affect
custom sound engines. The second case is the extremely rare case of a save
state being taken directly after a DMA ending but before an open bus read. The
chances of this happening are negligible, but it's still a bug regargless.
2024-06-25 03:13:33 -07:00
..
mgba GBA Serialize: Fix some minor save state edge cases 2024-06-25 03:13:33 -07:00
mgba-util All: Clean up how assertions are done 2024-06-20 02:23:02 -07:00