flycast/core
Flyinghead 4cced8ffa0 android: add content path ui too wide when inset present 2021-05-20 10:45:12 +02:00
..
archive savestate: edge case leading to i/o error on load 2021-03-28 20:09:59 +02:00
cfg mmu: fix macos crash. only flush user mem in address lut 2021-05-18 12:53:14 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps arm32: replace old arm emitter with vixl 2021-05-15 11:41:00 +02:00
hw gdrom: remove PatchRegion support. minor log changes 2021-05-20 10:21:47 +02:00
imgread gdrom: remove PatchRegion support. minor log changes 2021-05-20 10:21:47 +02:00
input set rendering resolution in discrete steps instead of scaling 2021-03-21 18:03:22 +01:00
khronos tentative fix for rockchip support 2021-01-16 19:31:06 +01:00
linux wince: ditch vmem32. use address LUT in dynarec. finer grained flush 2021-05-17 11:59:34 +02:00
linux-dist linux: more data dirs can be set with FLYCAST_BIOS_PATH env var 2021-03-23 16:12:27 +01:00
log always log notice/warn/error messages 2021-03-31 18:47:18 +02:00
network android: upgrade ifaddrs.c 2021-05-11 16:49:18 +02:00
oslib mmu: fix macos crash. only flush user mem in address lut 2021-05-18 12:53:14 +02:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM arm32: replace old arm emitter with vixl 2021-05-15 11:41:00 +02:00
rec-ARM64 wince: ditch vmem32. use address LUT in dynarec. finer grained flush 2021-05-17 11:59:34 +02:00
rec-cpp x64 rec: get rid of setjmp. standardize ngen_Rewrite/HandleException 2021-01-30 16:14:44 +01:00
rec-x64 mmu: fix macos crash. only flush user mem in address lut 2021-05-18 12:53:14 +02:00
rec-x86 x64/x86: store queue dynarec optimization 2021-03-29 14:26:55 +02:00
reios x86 rec: add fast mem access and rewrite 2021-01-28 16:29:21 +01:00
rend android: add content path ui too wide when inset present 2021-05-20 10:45:12 +02:00
sdl SDL2/SDL.h -> SDL.h 2021-03-21 20:07:53 +01:00
windows wince: ditch vmem32. use address LUT in dynarec. finer grained flush 2021-05-17 11:59:34 +02:00
wsi new VSync option 2021-05-10 18:02:06 +02: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 mmu: add address cache to mem slow path. better fastmmu hashtable. 2021-05-14 19:03:57 +02:00
cheats.cpp cheats: support for .CHT cheat files 2021-04-06 11:41:41 +02:00
cheats.h cheats: support for .CHT cheat files 2021-04-06 11:41:41 +02:00
core.mk arm32: replace old arm emitter with vixl 2021-05-15 11:41:00 +02:00
dispframe.cpp New option system 2021-03-01 10:13:40 +01:00
emulator.h Resize renderer after [re]init 2021-04-22 10:59:40 +02:00
nullDC.cpp mmu: fix macos crash. only flush user mem in address lut 2021-05-18 12:53:14 +02:00
serialize.cpp use aligned struct for sqbuffers and sh4 context 2021-03-23 16:07:53 +01:00
stdclass.cpp clang-tidy: run modernize-use-equals-default 2021-03-14 21:52:42 +01:00
stdclass.h windows: international keyboard support 2021-03-02 18:45:18 +01:00
types.h gdrom: remove PatchRegion support. minor log changes 2021-05-20 10:21:47 +02: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