mirror of https://github.com/mgba-emu/mgba.git
GBA BIOS: Fix INT_MIN/-1 crash
This commit is contained in:
parent
307982116e
commit
5fd8ebbbaf
1
CHANGES
1
CHANGES
|
@ -68,6 +68,7 @@ Bugfixes:
|
||||||
- GB MBC: Fix swapping carts not detect new MBC
|
- GB MBC: Fix swapping carts not detect new MBC
|
||||||
- GB Timer: Fix DIV batching if TAC changes
|
- GB Timer: Fix DIV batching if TAC changes
|
||||||
- GB Video: Reset renderer when loading state
|
- GB Video: Reset renderer when loading state
|
||||||
|
- GBA BIOS: Fix INT_MIN/-1 crash
|
||||||
Misc:
|
Misc:
|
||||||
- SDL: Remove scancode key input
|
- SDL: Remove scancode key input
|
||||||
- GBA Video: Clean up unused timers
|
- GBA Video: Clean up unused timers
|
||||||
|
|
Loading…
Reference in New Issue