flycast/core
scribam 3cdff93e26 archive: use int as second parameter for LookToRead2_CreateVTable 2021-03-28 11:06:26 +02:00
..
archive archive: use int as second parameter for LookToRead2_CreateVTable 2021-03-28 11:06:26 +02:00
arm_emitter aica: x64 jit for arm 2021-01-26 21:32:43 +01:00
cfg set rendering resolution in discrete steps instead of scaling 2021-03-21 18:03:22 +01:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps Fix missing ssize_t in MSVC build 2021-02-27 00:43:52 -06:00
hw maple: fix potential mem leaks if vector reallocation fails 2021-03-27 20:59:54 +01:00
imgread clang-tidy: run readability-non-const-parameter 2021-03-15 19:52:54 +01: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 clang-tidy: run readability-inconsistent-declaration-parameter-name and improve parameter names 2021-03-15 19:52:54 +01:00
network clang-tidy: run readability-inconsistent-declaration-parameter-name and improve parameter names 2021-03-15 19:52:54 +01:00
oslib sdl audio: use configured audio buffer size 2021-03-23 16:32:09 +01:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM use aligned struct for sqbuffers and sh4 context 2021-03-23 16:07:53 +01:00
rec-ARM64 arm64: fix crash with HLE bios. Set nav bar to tranparent (android 10) 2021-03-14 17:54:57 +01: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 glcache: call glDeleteTextures if texture cache size > 0 during reset 2021-03-27 19:56:11 +01:00
sdl SDL2/SDL.h -> SDL.h 2021-03-21 20:07:53 +01:00
windows winmain: replace deprecated call to GetWindowLong by GetWindowLongPtr 2021-03-28 10:51:14 +02:00
wsi SDL2/SDL.h -> SDL.h 2021-03-21 20:07:53 +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 cmake fixes. makefile clean up. load gles3 driver with sdl 2021-03-21 18:03:22 +01:00
cheats.cpp lupin3 the shooting widescreen cheat 2021-03-25 20:58:35 +01:00
cheats.h set rendering resolution in discrete steps instead of scaling 2021-03-21 18:03:22 +01: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 gdb server agent 2021-03-23 14:49:19 +01:00
nullDC.cpp gdb server agent 2021-03-23 14:49:19 +01: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 use aligned struct for sqbuffers and sh4 context 2021-03-23 16:07:53 +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