flycast/core
Flyinghead c3bc5cfc3b vk oit: use a 2nd depth attachment for subpass 1
subpass 1 needs writable depth buffer (see
9f60c5e854)
2021-05-30 18:20:04 +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 Use github actions for all ci jobs. Only build with cmake (#251) 2021-05-24 11:03:15 +02:00
hw maple: better vmu I/O error handling 2021-05-28 10:35:44 +02:00
imgread ioctl: replace SCSIDEFS.h with Windows headers 2021-05-25 10:10:50 +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 network: hide miniupnpc behind a #def. use static buffer for udp data 2021-05-21 12:51:29 +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 deps: update xbyak 2021-05-22 10:45:50 +02:00
rec-x86 deps: update xbyak 2021-05-22 10:45:50 +02:00
reios reios: fix wince cdi loading. implement bios misc 0 call. 2021-05-22 17:26:01 +02:00
rend vk oit: use a 2nd depth attachment for subpass 1 2021-05-30 18:20:04 +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 network: hide miniupnpc behind a #def. use static buffer for udp data 2021-05-21 12:51:29 +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 Update Windows resource and version.h.in files 2021-05-28 14:56:04 +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 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
  • 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