flycast/core
Joseph Mattiello dedd3c82dc debug wrap perf counters 2025-07-06 18:08:10 -04:00
..
achievements rcheevos: disable achievements in naomi slaves 2024-10-29 17:38:52 +01:00
archive save screenshot. add screenshot to savestates 2024-05-13 15:47:34 +02:00
audio oss: cleanup and unification 2024-11-22 13:06:18 +01:00
cfg DO NOT KEEP temp testing setup code 2025-06-23 16:41:22 -04:00
debug set thread names 2024-04-10 17:08:24 +02:00
deps xbyak cmake fix 2025-07-03 17:02:52 -04:00
hw debug wrap perf counters 2025-07-06 18:08:10 -04:00
imgread cdi: better detection of invalid CDI media 2024-10-14 16:45:22 +02:00
input msvc build fix 2024-08-15 13:05:02 +02:00
linux builds “new dynarec” but crashes 2025-07-03 19:42:56 -04:00
linux-dist move ui to its own folder 2024-05-07 22:23:51 +02:00
log get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
lua os_notify 2024-05-14 22:43:55 +02:00
network network: add Golf Shiyouyo 2 ports 2024-11-09 11:44:58 +01:00
oslib android: use ASS to select custom adreno driver 2024-10-04 16:36:56 +02:00
profiler builds “new dynarec” but crashes 2025-07-03 19:42:56 -04:00
rec-ARM avoid deadlock when sh4 cpu is restarted while emu is being stopped 2024-10-12 17:31:58 +02:00
rec-ARM64 arm64: mask value operand when calling a write mem handler 2024-11-07 14:10:02 +01:00
rec-x64 sh4: compute fsrra as 1/sqrt(x) instead of sqrt(1/x) 2024-08-20 21:12:05 +02:00
rec-x86 avoid deadlock when sh4 cpu is restarted while emu is being stopped 2024-10-12 17:31:58 +02:00
reios elf: only load PT_LOAD sections 2024-03-24 10:16:02 +01:00
rend rend: modifier volumes must be clipped 2024-11-17 12:09:40 +01:00
sdl boxart: don't save database when pausing (android, uwp) 2024-07-20 10:07:18 +02:00
ui android: disable import/export home when SAF is disabled. Code clean up 2024-10-18 19:23:03 +02:00
windows working but slow jitless i think 2025-07-04 22:04:18 -04:00
wsi move ui to its own folder 2024-05-07 22:23:51 +02:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md move khronos to deps. get rid of old controller mappings and pandora 2023-02-03 10:42:43 +01:00
build.h can build either dynarec from test.sh 2025-07-04 21:22:58 -04:00
cheats.cpp android: fix getFileInfo for document uri. cheats: limit file size 2024-09-23 17:08:57 +02:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp log which dynarec or ir we’re using 2025-07-03 16:49:46 -04:00
emulator.h avoid deadlock when sh4 cpu is restarted while emu is being stopped 2024-10-12 17:31:58 +02:00
nullDC.cpp ui: notify user when loading a state fails and why 2024-11-09 11:43:10 +01:00
serialize.cpp Merge remote-tracking branch 'origin/dev' 2024-05-23 10:40:57 +02:00
serialize.h input: ffb support for arcade games. rumble support (f355, 18wheeler) 2024-06-01 11:03:14 +02:00
stdclass.cpp Storage::getParentPath can throw 2024-10-04 16:51:08 +02:00
stdclass.h naomi: save printer output as a screenshot 2024-06-23 16:00:31 +02:00
types.h achievements: hardcore mode 2024-05-04 17:38:42 +02:00
version.h.in Update Windows resource and version.h.in files 2021-05-28 14:56:04 +02:00

README.md

core

===========

Here lies the core of our codebase. Everything that's OS inspecific rests here. ** Please check per directory README for more info **

Some rudimentary categories are:

  • hw -- DC Hardware Components Implementation
  • nullDC.cpp -- Main entry points
  • oslib -- Audio drivers
  • cfg -- Configuration backend structure
  • reios -- (Our) Implementation of the DreamCast BIOS
  • deps -- External dependencies
  • imgread -- Content drivers
  • rec-* -- Recompilers
  • rend -- Graphics renderers and UI