flycast/core
Flyinghead 35cd1fcf14 sh4: use new logging 2019-07-01 15:22:04 +02:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter rec-arm: fix immediate writem bug. clean up 2019-06-20 19:31:43 +02:00
cfg Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
deps log tag name change 2019-06-21 14:29:22 +02:00
emitter Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
hw sh4: use new logging 2019-07-01 15:22:04 +02:00
imgread Fix small issues for mingw builds on Linux 2019-05-12 17:44:19 +02:00
input renderer: support non-integer v-scaling factor 2019-06-23 12:17:24 +02:00
khronos android: use gl3w loader and EGL 2019-02-20 00:09:34 +01:00
linux New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
linux-dist New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
log sh4: use new logging 2019-07-01 15:22:04 +02:00
nacl rumble support for xinput and evdev 2019-02-22 19:23:03 +01:00
oslib Standard functions for virtual mem alloc/protect/map/... 2019-05-22 11:41:12 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM rec-arm: fix immediate writem bug. clean up 2019-06-20 19:31:43 +02:00
rec-ARM64 naomi: better error handling when loading a gdrom 2019-06-26 19:06:30 +02:00
rec-cpp Merge remote-tracking branch 'origin/master' into fh/wince-dynarec 2019-05-22 14:13:00 +02:00
rec-x64 naomi: better error handling when loading a gdrom 2019-06-26 19:06:30 +02:00
rec-x86 rec-x86: ssa support 2019-06-14 23:34:18 +02:00
reios fix warning 2019-03-26 18:23:16 +01:00
rend New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
sdl Merge remote-tracking branch 'origin/master' into fh/wince-dynarec 2019-06-21 14:37:32 +02:00
webui Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
windows New logging framework stolen from dolphin 2019-06-30 21:06:46 +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 wince: clean up unused stuff 2019-05-22 15:15:53 +02:00
core.mk New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp modem: add termination function to stop pico thread 2019-07-01 10:28:31 +02:00
serialize.cpp New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
stdclass.cpp OSX build fixes 2019-05-12 16:53:30 +02:00
stdclass.h New logging framework stolen from dolphin 2019-06-30 21:06:46 +02:00
types.h New logging framework stolen from dolphin 2019-06-30 21:06:46 +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)