flycast/core
Flyinghead 528f15f117 win32 build fix 2023-01-17 22:39:22 +01:00
..
archive rzip: allow multiple writes 2022-10-18 10:08:02 +02:00
cfg naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
debug Fixed single stepping, added support for vCont packets and ranged stepping (faster), initial work to support other breakpoint types 2022-12-18 16:27:38 +01:00
deps android: implement unwind info for arm32 2023-01-17 22:06:22 +01:00
hw android: implement unwind info for arm32 2023-01-17 22:06:22 +01:00
imgread reios: fix crash if disc is null at boot 2023-01-17 11:39:00 +01:00
input naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
khronos vulkan: remove external files 2022-09-18 16:56:56 +02:00
linux android: implement unwind info for arm32 2023-01-17 22:06:22 +01:00
linux-dist naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
log log: increase in-memory log to 20 lines 2023-01-12 16:02:15 +01:00
lua gui: init once. reset ui driver when needed. android 120+ Hz support 2022-04-13 18:06:19 +02:00
network naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
oslib android: implement unwind info for arm32 2023-01-17 22:06:22 +01:00
profiler ui: debug tab with logging and profiling options 2023-01-11 21:15:45 +01:00
rec-ARM android: implement unwind info for arm32 2023-01-17 22:06:22 +01:00
rec-ARM64 sh4: simplify exceptions 2023-01-11 20:42:33 +01:00
rec-cpp dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00
rec-x64 sh4: simplify exceptions 2023-01-11 20:42:33 +01:00
rec-x86 dynarec: reg alloc 64-bit regs. avoid some interpreter fallbacks 2022-12-23 16:06:54 +01:00
reios reios: fix crash if disc is null at boot 2023-01-17 11:39:00 +01:00
rend Merge remote-tracking branch 'origin/master' into dev 2023-01-17 21:20:14 +01:00
sdl naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
windows win32 build fix 2023-01-17 22:39:22 +01:00
wsi android: delay sentry upload to avoid broken pipe. Log more stuff 2022-12-21 16:49:08 +01:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Misc cleanup 2021-06-06 11:15:06 +02:00
build.h naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
cheats.cpp widescreen cheat for Biohazard: Code Veronica: Kanzenban (JP) 2023-01-17 11:40:35 +01:00
cheats.h cheats: only apply widescreen cheat if current value is expected 2022-06-24 11:47:24 +02:00
emulator.cpp Merge remote-tracking branch 'origin/master' into dev 2023-01-17 21:20:14 +01:00
emulator.h android: race condition on Emulator::threadResult 2023-01-14 10:52:27 +01:00
nullDC.cpp naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
serialize.cpp preserve savestate compat with sh4 exception changes 2023-01-11 23:01:37 +01:00
serialize.h jvs: serialize drive board output value and more 2023-01-13 11:25:04 +01:00
stdclass.cpp imgread.ImagePath clean up. ggpo: poll input late if !thread 2021-09-30 14:24:17 +02:00
stdclass.h get rid of INLINE, NOINLINE, __forceinline 2022-10-22 22:14:19 +02:00
types.h naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01: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
  • khronos -- OpenGL and Vulkan headers
  • oslib -- Audio drivers
  • cfg -- Configuration backend structure
  • reios -- (Our) Implementation of the DreamCast BIOS
  • deps -- External dependencies
  • imgread -- Content drivers
  • rec-* -- Recompilers
  • rend -- OpenGL and Vulkan renderers