flycast/core
scribam 3198cf65d9 Remove old "types.h" for x86_emitter 2020-03-30 23:00:43 +02:00
..
archive Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
arm_emitter axe snat 2020-01-31 23:23:26 +01:00
cfg Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
deps Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
emitter Remove old "types.h" for x86_emitter 2020-03-30 23:00:43 +02:00
hw Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
imgread Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
input Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
khronos stop being permissive 2020-02-26 23:00:29 +01:00
linux Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
linux-dist Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
log Replace RELEASE by NDEBUG 2020-03-29 10:12:32 +02:00
oslib Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
profiler Use _WIN32 to handle Windows specific code 2019-08-28 20:37:53 +02:00
rec-ARM Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-ARM64 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-x64 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-x86 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
reios Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rend Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
sdl Remove "sh4_if.h" and "stdclass.h" from "types.h" 2020-03-30 23:00:43 +02:00
windows Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
wsi Remove "using namespace std;" 2020-03-30 23:00:43 +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 nuke softrend 2020-02-26 23:41:05 +01:00
cheats.cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
cheats.h More widescreen cheats 2019-09-27 14:41:59 +02:00
core.mk deps: Update xxHash to version 0.7.3 2020-03-29 13:47:20 +02:00
dispframe.cpp Cleanup include headers 2020-03-29 14:26:21 +02:00
nullDC.cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
serialize.cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
stdclass.cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
stdclass.h Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
types.h Remove "using namespace std;" 2020-03-30 23:00:43 +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)