flycast/core
scribam 1b002ae0da Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter compilation warnings 2019-07-12 17:53:17 +02:00
cfg Unify dreamcast, naomi and atomiswave builds WIP 2019-07-09 23:52:19 +02:00
deps Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
emitter Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
hw Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
imgread fix reset hang on naomi 2019-07-10 17:25:11 +02:00
input audio: use new logging 2019-07-01 17:17:08 +02:00
khronos Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
linux Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
linux-dist linux/x11: Remove x11_gl_context_destroy function 2019-08-22 20:25:22 +02:00
log Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
oslib Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +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 cfg,dynarecs,reios: use new logging 2019-07-01 18:23:10 +02:00
rec-x86 Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
reios compilation warnings 2019-07-12 17:53:17 +02:00
rend Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
sdl renderer,sdl: use new logging 2019-07-01 17:41:15 +02:00
windows win32: fix crash at boot. remove log command lines options 2019-08-15 10:48:39 +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 Use _MSC_VER to handle specific Visual Studio code 2019-08-28 20:37:53 +02:00
core.mk Fix build warnings. config.h for flac 2019-07-28 18:49:59 +02:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
serialize.cpp Merge branch 'fh/unified' into fh/wince-dynarec 2019-07-13 12:50:19 +02:00
stdclass.cpp OSX: fix bios files path (now in /data/) 2019-07-24 18:24:58 +02:00
stdclass.h Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
types.h Use _MSC_VER to handle specific Visual Studio code 2019-08-28 20:37:53 +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)