SameBoy/Core
Noah Sweilem 074d152a4e Formatting fixes 2023-06-20 10:28:18 -07:00
..
graphics MGB support 2021-10-23 23:28:54 +03:00
apu.c Formatting fixes 2023-06-20 10:28:18 -07:00
apu.h Move `edge_triggered` variables into `gb->apu_output` 2023-06-20 10:25:25 -07: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 Do not inline the slow path of frequently called functions 2023-04-25 13:08:19 +03:00
cheats.h Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
debugger.c Add a library target, complete with headers that strip implementation details out. 2023-06-03 14:39:21 +03:00
debugger.h Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
defs.h These should be in defs.h 2023-06-03 21:54:01 +03:00
display.c Use Oz for the frontend files, reduce some aggressive loop unrolling 2023-05-11 00:08:54 +03:00
display.h Remove auto-generated comments 2023-01-12 23:19:24 +02:00
gb.c Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
gb.h Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
joypad.c Remove some old TODOs 2023-03-04 20:34:41 +02: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 Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03: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 Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03: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 Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03: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 Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
save_state.h These should be in defs.h 2023-06-03 21:54:01 +03:00
sgb.c Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
sgb.h sgb.h: Use GB_INTERNAL to hide internal struct data 2022-01-14 15:26:15 -08:00
sm83_cpu.c Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
sm83_cpu.h Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03: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 Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
timing.c Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
timing.h Add a library target, complete with headers that strip implementation details out. 2023-06-03 14:39:21 +03:00
workboy.c Allow disabling SameBoy features when compiling as a library. Probably introduces some speed improvements to the Libretro core, as well as bsnes and BizHawk 2023-06-03 22:37:42 +03:00
workboy.h Cleanup, better symbol handling, improves LTO 2021-11-07 13:39:18 +02:00