flycast/core
Flyinghead b3ad0a62c1 gl: fix multiple rendering with GLES 2
fixes split-screen multiplayer for SW1 Racer, Q3, Re-volt
2021-06-19 10:48:32 +02:00
..
archive savestate: rzip size must be 64-bit on all platforms 2021-06-06 11:18:42 +02:00
cfg Misc cleanup 2021-06-06 11:15:06 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps deps: remove crypto folder (unused) 2021-06-19 10:46:22 +02:00
hw Misc cleanup 2021-06-06 11:15:06 +02:00
imgread Misc cleanup 2021-06-06 11:15:06 +02:00
input Misc cleanup 2021-06-06 11:15:06 +02:00
khronos tentative fix for rockchip support 2021-01-16 19:31:06 +01:00
linux Misc cleanup 2021-06-06 11:15:06 +02:00
linux-dist Misc cleanup 2021-06-06 11:15:06 +02: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 Misc cleanup 2021-06-06 11:15:06 +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 Misc cleanup 2021-06-06 11:15:06 +02:00
rec-cpp Misc cleanup 2021-06-06 11:15:06 +02:00
rec-x64 Misc cleanup 2021-06-06 11:15:06 +02:00
rec-x86 deps: update xbyak 2021-05-22 10:45:50 +02:00
reios Misc cleanup 2021-06-06 11:15:06 +02:00
rend gl: fix multiple rendering with GLES 2 2021-06-19 10:48:32 +02:00
sdl Misc cleanup 2021-06-06 11:15:06 +02:00
windows Misc cleanup 2021-06-06 11:15:06 +02:00
wsi Misc cleanup 2021-06-06 11:15:06 +02:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Misc cleanup 2021-06-06 11:15:06 +02:00
build.h Misc cleanup 2021-06-06 11:15:06 +02:00
cheats.cpp Misc cleanup 2021-06-06 11:15:06 +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 Multiple save states (#248) 2021-06-03 13:22:40 +02:00
nullDC.cpp Misc cleanup 2021-06-06 11:15:06 +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 Misc cleanup 2021-06-06 11:15:06 +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
  • 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