.. |
renderers
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-audio.c
|
Replace soundbias with a bitfield
|
2014-10-17 03:26:47 -07:00 |
gba-audio.h
|
Replace soundbias with a bitfield
|
2014-10-17 03:26:47 -07:00 |
gba-bios.c
|
Use bitfield for BIOS Huffman nodes
|
2014-10-09 03:02:35 -07:00 |
gba-bios.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-gpio.c
|
Update GPIO for serialization
|
2014-07-20 15:53:15 -07:00 |
gba-gpio.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-input.c
|
Fix gamepad input
|
2014-08-12 22:50:24 -07:00 |
gba-input.h
|
First pass at input mapping
|
2014-07-23 00:06:44 -07:00 |
gba-io.c
|
Use new bitfields for DMAs
|
2014-10-01 00:17:51 -07:00 |
gba-io.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-memory.c
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-memory.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-rr.c
|
Fix stream recording resumption
|
2014-08-07 02:01:17 -07:00 |
gba-rr.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-savedata.c
|
Fix assumption that savedata->vf is non-null within flash memory code
|
2014-10-11 15:46:59 -07:00 |
gba-savedata.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-sensors.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-serialize.c
|
Expose GBAGetState
|
2014-10-15 04:55:46 -07:00 |
gba-serialize.h
|
C++ build fixes
|
2014-10-15 04:55:46 -07:00 |
gba-sio.c
|
Fix a compiler warning in SIO code
|
2014-07-10 01:05:28 -07:00 |
gba-sio.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-thread.c
|
Fix edge case with video-frame sync where it may never wake up the display thread
|
2014-10-15 04:51:19 -07:00 |
gba-thread.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba-video.c
|
Fix regression caused by converting DISPSTAT into a bitfield
|
2014-10-01 23:19:26 -07:00 |
gba-video.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
gba.c
|
Fix some uninitialized reads
|
2014-10-15 02:13:46 -07:00 |
gba.h
|
C++ build fixes
|
2014-10-15 04:55:46 -07:00 |
hle-bios.c
|
HLE BIOS SVC handler stores r11 and r12 instead of r4 and r5
|
2014-08-31 04:20:40 -07:00 |
hle-bios.h
|
Split out macros from common.h
|
2014-10-11 18:18:47 -07:00 |
hle-bios.make
|
Add makefile for regenerating hle-bios.c so I can stop doing it by hand
|
2014-08-30 04:25:20 -07:00 |
hle-bios.s
|
HLE BIOS SVC handler stores r11 and r12 instead of r4 and r5
|
2014-08-31 04:20:40 -07:00 |