.. |
cheats
|
Core: Improve support for ROM patch cheats, supporting disabling overlapping patches
|
2020-12-23 18:35:42 -08:00 |
debugger
|
Debugger: Fix build on MINIMAL_CORE=2
|
2020-02-01 15:36:29 -08:00 |
extra
|
GBA Video: Ensure wait instead of flush when getting proxy pixels
|
2020-12-02 21:06:34 -08:00 |
renderers
|
GBA Video: Fix typing mismatch in modes 3, 4 and 5 renderer (fixes #2047)
|
2021-02-23 22:12:56 -08:00 |
sio
|
GBA SIO: Fix Normal mode transfer start timing (fixes #425)
|
2021-02-13 04:03:03 -08:00 |
test
|
Core: Add prefix to platform enum names
|
2020-12-26 18:53:19 -08:00 |
CMakeLists.txt
|
GBA e-Reader: Split out into separate file
|
2020-02-23 15:04:52 -08:00 |
audio.c
|
GBA Audio: Fix serializing/deserializing flags
|
2020-08-24 01:57:51 -07:00 |
bios.c
|
GBA BIOS: Add VBA LZ77 decompression bug compat in VBA bug compat mode
|
2020-12-05 16:28:17 -08:00 |
cheats.c
|
Core: Improve support for ROM patch cheats, supporting disabling overlapping patches
|
2020-12-23 18:35:42 -08:00 |
core.c
|
Core: Add prefix to platform enum names
|
2020-12-26 18:53:19 -08:00 |
dma.c
|
GBA DMA: Fix ordering and timing of overlapping DMAs
|
2020-08-21 04:45:15 -07:00 |
ereader.c
|
GBA Hardware: e-Reader should not re-scan last card
|
2020-11-29 12:47:31 -08:00 |
gba.c
|
GBA: Fix loading subsequent save files (fixes #2067)
|
2021-03-20 23:43:26 -07:00 |
hardware.c
|
GBA: Regrettably add VBA bug compat mode
|
2020-11-29 13:41:53 -08:00 |
hle-bios.c
|
GBA BIOS: Fix user stack usage regression
|
2020-08-13 00:47:17 -07:00 |
hle-bios.h
|
All: Migrate includes to separate directory
|
2016-12-30 21:25:07 -08:00 |
hle-bios.make
|
GBA BIOS: Style fixes
|
2019-09-21 17:50:15 -07:00 |
hle-bios.s
|
GBA BIOS: Fix user stack usage regression
|
2020-08-13 00:47:17 -07:00 |
input.c
|
All: Microsoft Visual C++ compatibility code
|
2019-06-20 13:57:04 -07:00 |
io.c
|
GBA I/O: Ignore high bits on IME
|
2020-11-20 01:15:46 -08:00 |
matrix.c
|
GBA Memory: Fix Matrix memory bounding
|
2021-01-23 19:06:04 -08:00 |
memory.c
|
GBA Memory: Fix masking of misaligned jumps
|
2021-03-03 04:17:05 -08:00 |
overrides.c
|
GBA: Regrettably add VBA bug compat mode
|
2020-11-29 13:41:53 -08:00 |
savedata.c
|
Core: Add savedataUpdated callback
|
2020-08-28 00:53:40 -07:00 |
serialize.c
|
GBA Memory: Fix masking of misaligned jumps
|
2021-03-03 04:17:05 -08:00 |
sharkport.c
|
GBA: Fix Sharkport size check
|
2020-08-17 20:17:59 -07:00 |
sio.c
|
GBA SIO: Fix double-unloading active driver
|
2020-02-24 20:10:11 -08:00 |
timer.c
|
GBA Timers: Fix toggling timer cascading while timer is active (fixes #2043)
|
2021-02-13 01:15:19 -08:00 |
vfame.c
|
GBA Memory: Fix Vast Fame support (fixes #1170)
|
2018-09-15 15:19:48 -07:00 |
video.c
|
GBA Video: Fix I/O registers when switching renderer (fixes #1967)
|
2020-12-05 18:34:49 -08:00 |