flycast/core
Flyinghead 334211f3a0 gl: build fix 2019-09-25 15:44:21 +02:00
..
archive Cleanup 2019-09-07 20:36:13 +02:00
arm_emitter compilation warnings 2019-07-12 17:53:17 +02:00
cfg Cleanup 2019-09-07 20:36:13 +02:00
deps deps: Update xxhash to version 0.7.1 2019-09-06 20:45:17 +02:00
emitter Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
hw Per-game widescreen cheats 2019-09-24 23:59:36 +02:00
imgread Cleanup 2019-09-07 20:36:13 +02:00
input Cleanup 2019-09-07 20:36:13 +02:00
khronos Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
linux Cleanup 2019-09-07 20:36:13 +02:00
linux-dist x11: clear window at startup. Set icon and class 2019-09-20 19:02:54 +02:00
log Cleanup 2019-09-07 20:36:13 +02:00
oslib Cleanup 2019-09-07 20:36:13 +02:00
profiler Use _WIN32 to handle Windows specific code 2019-08-28 20:37:53 +02:00
rec-ARM Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
rec-ARM64 Fix naked functions for GCC 2019-07-30 12:40:34 +02:00
rec-cpp Remove TARGET_BOUNDED_EXECUTION. Build warnings and clean up 2019-07-28 17:37:04 +02:00
rec-x64 x64: set correct sign on result if float conv returns indefinite 2019-09-07 12:08:08 +02:00
rec-x86 msvc: Fix DYNACALL/__fastcall usage 2019-08-31 14:46:30 +02:00
reios reios: allow hle savestates to be loaded in non-hle mode 2019-09-19 11:49:19 +02:00
rend gl: build fix 2019-09-25 15:44:21 +02:00
sdl Cleanup 2019-09-07 20:36:13 +02:00
windows Get rid of time_sync timer. Clean-up 2019-09-11 15:09:23 +02:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Update README.md 2018-11-01 11:33:23 +02:00
build.h Remove Emscripten support entirely 2019-08-30 20:01:14 +02:00
cheats.cpp Per-game widescreen cheats 2019-09-24 23:59:36 +02:00
cheats.h Per-game widescreen cheats 2019-09-24 23:59:36 +02:00
core.mk deps: Update xxhash integration 2019-09-06 21:05:19 +02:00
dispframe.cpp Cleanup 2019-09-07 20:36:13 +02:00
nullDC.cpp Per-game widescreen cheats 2019-09-24 23:59:36 +02:00
serialize.cpp pvr: reset face and offset colors when not set in poly param 2019-09-21 22:53:09 +02:00
stdclass.cpp Cleanup 2019-09-07 20:36:13 +02:00
stdclass.h Cleanup 2019-09-07 20:36:13 +02:00
types.h Per-game widescreen cheats 2019-09-24 23:59:36 +02:00
version.h.in CMake/Master working, tested on windows with Clang && MSC (x86,x64) 2019-04-12 16:59:39 -04:00

README.md

core/libdreamcast

===========

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 -- NullDC, thy mighty child (also referenced as "debugger")
  • emitter -- Cookie machine
  • khronos -- Vulkan stuff
  • oslib -- Codebase abstraction effort
  • cfg -- Configuration backend structure
  • reios -- (Our)Implementation of the DreamCast BIOS (Not functional)
  • deps -- External C libraries (hackish, hand-written versions)