flycast/core
Flyinghead 1ddb82f334 pvr: deadlock in QueueRender/dc_stop 2021-05-02 11:23:51 +02:00
..
archive savestate: edge case leading to i/o error on load 2021-03-28 20:09:59 +02:00
arm_emitter aica: x64 jit for arm 2021-01-26 21:32:43 +01:00
cfg Super widescreen option 2021-04-20 16:06:03 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps deps: use official SDL url for submodule 2021-04-04 15:38:37 +02:00
hw pvr: deadlock in QueueRender/dc_stop 2021-05-02 11:23:51 +02:00
imgread double-free when opening corrupted chd. Better error message 2021-03-29 16:26:18 +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 Remove HOST_OS references 2021-03-13 11:38:34 +01: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 cheats: support for .CHT cheat files 2021-04-06 11:41:41 +02:00
oslib android: oboe driver error handling. Set buffer size to burst size 2021-05-01 12:19:04 +02:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM arm32: store queue dynarec optim. ditch Unstable Optimizations 2021-03-29 14:26:55 +02:00
rec-ARM64 arm64: store queue write dynarec optimization 2021-03-29 14:26:55 +02:00
rec-cpp x64 rec: get rid of setjmp. standardize ngen_Rewrite/HandleException 2021-01-30 16:14:44 +01:00
rec-x64 x64 rec: wrong arg0 reg for windows. need to handle 512mb addr space 2021-03-29 17:30:56 +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: oboe driver error handling. Set buffer size to burst size 2021-05-01 12:19:04 +02:00
sdl SDL2/SDL.h -> SDL.h 2021-03-21 20:07:53 +01:00
windows windows: add missing icon in top-left corner of the windows when sdl is not used 2021-04-05 11:01:38 +02:00
wsi wsi: swap immediately when fast forwarding 2021-04-20 10:56:49 +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 cmake fixes. makefile clean up. load gles3 driver with sdl 2021-03-21 18:03:22 +01: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 gdb server agent 2021-03-23 14:49:19 +01: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 Resize renderer after [re]init 2021-04-22 10:59:40 +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 optimize area0 mem handlers 2021-03-31 18:45:46 +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