flycast/core
Flyinghead 4a103a1de3 process input when no frame is rendered 2021-01-08 21:47:33 +01:00
..
archive support for compressed save-states 2020-12-26 09:58:53 +01:00
arm_emitter axe snat 2020-01-31 23:23:26 +01:00
cfg config/data folders improvements 2020-11-26 16:45:57 +01:00
deps cmake: link mingw statically 2021-01-05 15:00:49 +01:00
emitter Replace OS_DARWIN by __APPLE__ 2020-04-26 14:19:21 +02:00
hw rec-x64: don't use vfmadd to avoid intel/amd variations 2021-01-08 21:40:13 +01:00
imgread gdrom: fix cd_read2, req_error, req_stat and more 2020-06-17 22:58:26 +02:00
input input: implement reload. remap some naomi games input 2020-12-02 14:40:50 +01:00
khronos stop being permissive 2020-02-26 23:00:29 +01:00
linux config/data folders improvements 2020-11-26 16:45:57 +01:00
linux-dist rend: multi-render, delay swap, refactor main ui loop 2020-12-15 15:09:42 +01:00
log wince: attempt immediate read/write when address isn't translated 2021-01-07 19:18:53 +01:00
network vs2019 build tentative fix 2021-01-04 18:56:15 +01:00
oslib macos: microphone support. Audio latency setting 2020-12-24 08:58:46 +01:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM rec-x64: don't use vfmadd to avoid intel/amd variations 2021-01-08 21:40:13 +01:00
rec-ARM64 wince: attempt immediate read/write when address isn't translated 2021-01-07 19:18:53 +01:00
rec-cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-x64 rec-x64: don't use vfmadd to avoid intel/amd variations 2021-01-08 21:40:13 +01:00
rec-x86 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
reios config/data folders improvements 2020-11-26 16:45:57 +01:00
rend process input when no frame is rendered 2021-01-08 21:47:33 +01:00
sdl support for compressed save-states 2020-12-26 09:58:53 +01:00
windows rend: multi-render, delay swap, refactor main ui loop 2020-12-15 15:09:42 +01:00
wsi pvr: serialize TA render passes 2020-12-15 16:27:34 +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 delete nixprof 2020-11-22 17:37:27 +01:00
cheats.cpp build fix. add widescreen cheats 2020-06-25 15:06:18 +02:00
cheats.h add some naomi/aw widescreen cheats 2020-05-15 20:33:00 +02:00
core.mk get rid of USE_MODEM/ENABLE_MODEM 2021-01-04 20:58:29 +01:00
dispframe.cpp rend: multi-render, delay swap, refactor main ui loop 2020-12-15 15:09:42 +01:00
emulator.h osx: avoid hang when quitting emu during gameplay 2020-05-23 13:03:59 +02:00
nullDC.cpp more webtv disc ids 2021-01-03 21:26:23 +01:00
serialize.cpp get rid of USE_MODEM/ENABLE_MODEM 2021-01-04 20:58:29 +01:00
stdclass.cpp config/data folders improvements 2020-11-26 16:45:57 +01:00
stdclass.h modem: use miniupnp to open router ports 2020-12-28 11:31:26 +01:00
types.h broadband adapter support 2021-01-02 21:19:50 +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