flycast/core
scribam d715836c40 clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
..
archive clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
arm_emitter aica: x64 jit for arm 2021-01-26 21:32:43 +01:00
cfg clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
deps Fix missing ssize_t in MSVC build 2021-02-27 00:43:52 -06:00
hw clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
imgread clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
input windows: international keyboard support 2021-03-02 18:45:18 +01:00
khronos tentative fix for rockchip support 2021-01-16 19:31:06 +01:00
linux Remove HOST_OS references 2021-03-13 11:38:34 +01:00
linux-dist Remove HOST_OS references 2021-03-13 11:38:34 +01:00
log clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
network New option system 2021-03-01 10:13:40 +01:00
oslib Merge branch 'fh/x64-arm-jit' 2021-03-02 19:42:15 +01:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM Merge branch 'fh/x64-arm-jit' 2021-03-02 19:42:15 +01:00
rec-ARM64 Don't compile rec_arm64 on non ARM64 machines. 2021-03-03 00:57:53 -07:00
rec-cpp x64 rec: get rid of setjmp. standardize ngen_Rewrite/HandleException 2021-01-30 16:14:44 +01:00
rec-x64 clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
rec-x86 x64/x86 dynarecs: fast-math fcmp/eq implementation 2021-03-07 16:59:17 +01:00
reios x86 rec: add fast mem access and rewrite 2021-01-28 16:29:21 +01:00
rend clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
sdl windows: international keyboard support 2021-03-02 18:45:18 +01:00
windows clang-tidy: run modernize-use-override 2021-03-13 17:28:32 +01:00
wsi Vulkan renderer setting was reset to off when starting a game 2021-03-03 09:40:52 +01:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md update some READMEs 2020-11-21 17:59:52 +01:00
build.h Remove HOST_OS references 2021-03-13 11:38:34 +01:00
cheats.cpp New option system 2021-03-01 10:13:40 +01:00
cheats.h add some naomi/aw widescreen cheats 2020-05-15 20:33:00 +02:00
core.mk No more fast-math on x86/x64. Yet another FTRC fix 2021-03-11 12:27:00 +01:00
dispframe.cpp New option system 2021-03-01 10:13:40 +01:00
emulator.h New option system 2021-03-01 10:13:40 +01:00
nullDC.cpp Vulkan renderer setting was reset to off when starting a game 2021-03-03 09:40:52 +01:00
serialize.cpp linux: vmem conflict with malloc. Ignore savestate with future version 2021-03-07 17:05:34 +01:00
stdclass.cpp windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
stdclass.h windows: international keyboard support 2021-03-02 18:45:18 +01:00
types.h Merge branch 'fh/x64-arm-jit' 2021-03-02 19:42:15 +01:00
version.h.in CMake refactoring 2020-05-05 21:13:12 +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
  • emitter -- x86 code emitter
  • 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