flycast/core
Iam Bot 0d69050b63 Documentation additions 2018-10-30 03:26:55 +02:00
..
arm_emitter core: Android studio fixes 2018-07-09 09:31:45 +02:00
cfg Compatibility getch() for VS 2008/2013 2018-09-20 17:49:04 -04:00
deps Merge pull request #1327 from gameblabla/voidlinuxmusl 2018-08-25 21:25:02 +03:00
emitter Documentation additions 2018-10-30 03:26:55 +02:00
hw Documentation additions 2018-10-30 03:26:55 +02:00
imgread Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
khronos SDL: Drop SDL1.2 support and use SDL2 for GLES, too 2015-10-11 18:41:23 +02:00
linux Android: Implement trial disk swapping code 2018-08-28 14:08:36 -04:00
linux-dist use enum for cli arg exit and android build ndef 2018-09-20 17:48:27 -04:00
nacl Maple: Reworked the way controllers are created 2018-08-21 00:33:18 -04:00
oslib Merge pull request #1327 from gameblabla/voidlinuxmusl 2018-08-25 21:25:02 +03:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM Exit cleanly in desktop platforms 2018-07-23 19:52:50 +02:00
rec-cpp Block checks for rec-cpp 2018-08-13 21:37:59 +02:00
rec-x64 Exit cleanly in desktop platforms 2018-07-23 19:52:50 +02:00
rec-x86 ngen_mainloop for x86 updated to use PC value from context, CDI warning 2018-08-20 23:49:15 -04:00
reios PGC: Avoid an issue with extended IDs 2018-08-27 05:42:35 -04:00
rend Softrend: clean up if/else 2018-09-04 21:01:03 +02:00
sdl SDL: Fix keyboard usage 2018-09-03 19:23:22 +02:00
webui Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
windows use enum for cli arg exit and android build ndef 2018-09-20 17:48:27 -04:00
README.md Documentation additions 2018-10-30 03:26:55 +02:00
build.h softrend: Fix windows build 2015-12-14 03:11:40 +01:00
core.mk libpng: address a non-compliant define 2018-08-07 23:36:20 -04:00
nullDC.cpp Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
stdclass.cpp stdclass: Make path getter function names more verbose 2015-09-02 15:49:00 +02:00
stdclass.h Allow for custom <device>.cfg files in the /mappings/ directory. 2018-06-13 19:33:51 +02:00
types.h use enum for cli arg exit and android build ndef 2018-09-20 17:48:27 -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)