mgba/src/gba
Jeffrey Pfau 071fe7ff2d GBA Thread: Automatically load patches, if detected 2015-08-04 19:35:26 -07:00
..
cheats GBA Cheats: Fix Pro Action Replay and GameShark issues when used together 2015-07-06 23:12:06 -07:00
renderers GBA Video: Fix bg mode 3 - 5 tiles properly this time 2015-07-29 01:18:34 -07:00
rr GBA RR: Fix VBM handling of lag frames 2015-03-24 22:26:37 -07:00
sio GBA SIO: Some lockstep fixes 2015-06-08 22:53:41 -07:00
supervisor GBA Thread: Automatically load patches, if detected 2015-08-04 19:35:26 -07:00
audio.c All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
audio.h All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
bios.c GBA BIOS: Stub out SoundBias 2015-07-19 18:14:09 -07:00
bios.h GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
cheats.c GBA: Split cheats out into separate source files 2015-04-09 00:41:00 -07:00
cheats.h GBA: Almost entirely untested Pro Action Replay v3 code support 2015-03-29 04:38:13 -07:00
gba.c GBA: Add option to not hard-crash when a game crashes 2015-08-02 11:45:26 -07:00
gba.h GBA: Add option to not hard-crash when a game crashes 2015-08-02 11:45:26 -07:00
hardware.c Libretro: Support solar sensor 2015-07-30 18:01:16 -07:00
hardware.h GBA Hardware: Game Boy Player detection is off by default 2015-07-25 12:19:19 -07:00
hle-bios.c All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
hle-bios.h GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
hle-bios.make GBA: Refactor gba directory, dropping gba- prefix and making supervisor directory 2015-02-03 03:12:04 -08:00
hle-bios.s GBA BIOS: Fix BIOS prefetch after reset 2015-01-14 22:08:51 -08:00
input.c GBA Input: Fix warnings 2015-07-31 16:52:18 -07:00
input.h GBA Input: Add GBAInputMapKeyBits for packed key information 2015-07-26 11:20:46 -07:00
interface.h Libretro: Support solar sensor 2015-07-30 18:01:16 -07:00
io.c GBA BIOS: Implement Stop 2015-07-19 18:13:29 -07:00
io.h GBA: Better const correctness for serialization 2015-03-06 22:19:08 -08:00
memory.c GBA: Add option to not hard-crash when a game crashes 2015-08-02 11:45:26 -07:00
memory.h GBA Memory: Revert lazy prefetch 2015-07-03 00:22:28 -07:00
savedata.c GBA: Cannot clean a savefile if there is no vf 2015-07-11 16:32:11 -07:00
savedata.h GBA: Savedata is now synced shortly after data finishes being written 2015-07-07 00:30:10 -07:00
serialize.c GBA: Properly handle failed loading of PNG savestates 2015-07-01 19:56:10 -07:00
serialize.h GBA: Get GB Player working with savestates 2015-07-13 21:19:01 -07:00
sharkport.c All: Add clang-format options and run them 2015-06-29 20:45:08 -07:00
sharkport.h GBA: Allow disabling checksum verification 2015-04-15 21:05:01 -07:00
sio.c GBA SIO: Fix regression when switching modes 2015-05-29 22:57:47 -07:00
sio.h GBA: Gigantic refactor and add preliminary Game Boy Player support 2015-07-13 20:46:41 -07:00
video.c GBA Video: Callback for VRAM writes 2015-07-29 01:18:34 -07:00
video.h Revert "GBA Video: Fix sprites in modes 3 - 5 when character mapping is disabled" 2015-07-29 01:18:34 -07:00