flycast/core
flyinghead b47e2abb7c restore zlib/zconf.h 2021-01-19 16:39:37 +01:00
..
archive windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
arm_emitter axe snat 2020-01-31 23:23:26 +01:00
cfg windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
deps restore zlib/zconf.h 2021-01-19 16:39:37 +01:00
emitter Replace OS_DARWIN by __APPLE__ 2020-04-26 14:19:21 +02:00
hw windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
imgread windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
input windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
khronos tentative fix for rockchip support 2021-01-16 19:31:06 +01:00
linux config/data folders improvements 2020-11-26 16:45:57 +01:00
linux-dist windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +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 windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +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 windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
rend windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
sdl sdl: fall back to open gl if vulkan init fails 2021-01-16 19:09:22 +01:00
windows windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
wsi sdl: fall back to open gl if vulkan init fails 2021-01-16 19:09:22 +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 windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +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 windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
serialize.cpp windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
stdclass.cpp windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +01:00
stdclass.h modem: use miniupnp to open router ports 2020-12-28 11:31:26 +01:00
types.h windows: use utf8 internally. Support latin2, cyrillic, etc. pathnames 2021-01-19 11:11:01 +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