.. |
graphics
|
MGB support
|
2021-10-23 23:28:54 +03:00 |
apu.c
|
Improved emulation of envelope locking, fixes #522
|
2023-01-10 01:19:07 +02:00 |
apu.h
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
camera.c
|
Fix the camera using the wrong aspect ratio on some Macs. Fix a bug that caused artifacts on the right and bottom edges of the camera image.
|
2023-01-29 23:19:26 +02:00 |
camera.h
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
cheats.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
cheats.h
|
Maybe one day GCC will stop being shit at handling __attribute__s
|
2021-11-07 14:13:52 +02:00 |
debugger.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
debugger.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
defs.h
|
Build break
|
2022-07-31 01:16:03 +03:00 |
display.c
|
Fix mathematical error in temperature_tint
|
2023-01-21 01:25:51 +02:00 |
display.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
gb.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
gb.h
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
joypad.c
|
Oops
|
2022-07-24 14:49:58 +03:00 |
joypad.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
mbc.c
|
Add quick reset API (Closes #506)
|
2022-10-17 18:52:02 +03:00 |
mbc.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
memory.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
memory.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
model.h
|
Add an API to get the model from the state file
|
2023-01-15 19:15:45 +02:00 |
printer.c
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
printer.h
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
random.c
|
Don’t use libc’s random/rand
|
2019-06-14 16:49:41 +03:00 |
random.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
rewind.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
rewind.h
|
Expose an API to reset the rewind buffer, explicitly reset on ROM changes
|
2023-02-02 00:18:01 +02:00 |
rumble.c
|
Respect TPP1 feature flags for rumble and RTC
|
2021-04-11 23:16:31 +03:00 |
rumble.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
save_state.c
|
Add thread safety assertions in debug
|
2023-02-05 19:51:11 +02:00 |
save_state.h
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
sgb.c
|
Be consistent with hex casing
|
2022-02-13 16:58:44 +02:00 |
sgb.h
|
sgb.h: Use GB_INTERNAL to hide internal struct data
|
2022-01-14 15:26:15 -08:00 |
sm83_cpu.c
|
Improved accuracy of open bus behavior, merged with the HDMA open bus logic (it's the same bus)
|
2023-01-06 12:51:36 +02:00 |
sm83_cpu.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
sm83_disassembler.c
|
Be consistent with hex casing
|
2022-02-13 16:58:44 +02:00 |
symbol_hash.c
|
Slight improvements to symbol hash performance
|
2022-08-28 16:48:20 +03:00 |
symbol_hash.h
|
Remove auto-generated comments
|
2023-01-12 23:19:24 +02:00 |
timing.c
|
Emulate GB printer timer, letting one emulate the mini game in Hello Kitty Pocket Camera. Closes #290
|
2023-01-30 22:42:03 +02:00 |
timing.h
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
workboy.c
|
Break save state compatibility. Windows save states should now work with non-Windows save states again.
|
2023-02-04 02:13:01 +02:00 |
workboy.h
|
Cleanup, better symbol handling, improves LTO
|
2021-11-07 13:39:18 +02:00 |