SameBoy/Core
Lior Halphon 2dfde867a9 Syncing with the App Store branch 2024-11-08 14:53:16 +02:00
..
graphics MGB support 2021-10-23 23:28:54 +03:00
apu.c Improve audio anti-aliasing, allow 2MHz output 2024-06-23 20:10:22 +03:00
apu.h Improve audio anti-aliasing, allow 2MHz output 2024-06-23 20:10:22 +03: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 Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
cheat_search.c Cheat Search API, Cheat Search in Cocoa, and new cheats window layout 2024-08-29 01:11:47 +03:00
cheat_search.h Cheat Search API, Cheat Search in Cocoa, and new cheats window layout 2024-08-29 01:11:47 +03:00
cheats.c iOS cheats support 2024-09-07 01:25:11 +03:00
cheats.h iOS cheats support 2024-09-07 01:25:11 +03:00
debugger.c Syncing with the App Store branch 2024-11-08 14:53:16 +02:00
debugger.h Cheat Search API, Cheat Search in Cocoa, and new cheats window layout 2024-08-29 01:11:47 +03:00
defs.h Change the internal macro to use hidden, which guarantees a standard ABI 2023-08-04 19:53:52 +03:00
display.c Correctly emulate LYC edge cases when emulating CGB-0 to CGB-C in double speed mode 2024-08-16 20:51:40 +03:00
display.h Improve various edge cases of window emulation, improve the emulation of the last quirk 2024-07-25 22:32:28 +03:00
gb.c Syncing with the App Store branch 2024-11-08 14:53:16 +02:00
gb.h Syncing with the App Store branch 2024-11-08 14:53:16 +02:00
joypad.c Remove some old TODOs 2023-03-04 20:34:41 +02:00
joypad.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
mbc.c Support for certain bootlag games with malformed headers, fixes #585 2024-01-13 18:06:22 +02:00
mbc.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
memory.c More accurate window emulation, especially in double speed mode 2024-08-13 21:11:38 +03:00
memory.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
model.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03: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 Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
random.c Don’t use libc’s random/rand 2019-06-14 16:49:41 +03:00
random.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
rewind.c Build the iOS frontend without the debugger 2023-08-04 20:02:42 +03:00
rewind.h Experimental backstepping support 2023-08-04 19:54:14 +03:00
rumble.c Respect TPP1 feature flags for rumble and RTC 2021-04-11 23:16:31 +03:00
rumble.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
save_state.c Switch to 2MHz units in apu_cycles 2024-06-23 15:23:29 +03:00
save_state.h Fix GB_ENUM on C++ 2023-10-28 14:20:31 +02: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 Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
sm83_cpu.c More accurate window emulation, especially in double speed mode 2024-08-13 21:11:38 +03:00
sm83_cpu.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00
sm83_disassembler.c Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
symbol_hash.c Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
symbol_hash.h Treat local and non-local symbols differently 2023-07-29 14:51:31 +03:00
timing.c Improve audio anti-aliasing, allow 2MHz output 2024-06-23 20:10:22 +03:00
timing.h Fixed a bug where accurate RTC emulation halted while SameBoy wasn't running 2023-07-29 22:27:50 +03:00
workboy.c Prevent GB_workboy_is_enabled incorrectly returning true, prevent GB_workboy_set_key from affecting other accessories if Workboy isn't connected 2023-12-18 21:48:09 +02:00
workboy.h Use #pragma once for include guards, use #import exclusively on Obj-C files 2023-06-09 14:44:57 +03:00