flycast/core
David Miller 3d1b82854e
Merge branch 'master' into fh/win32-winresize
2019-04-12 13:03:30 -04:00
..
archive visual studio compatibility 2019-03-30 19:26:05 +01:00
arm_emitter core: Android studio fixes 2018-07-09 09:31:45 +02:00
cfg Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
deps visual studio compatibility 2019-03-30 19:26:05 +01:00
emitter Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
hw Merge branch 'master' into fh/win32-winresize 2019-04-12 13:03:30 -04:00
imgread gdi: treat slash as path separator on windows 2019-03-29 14:19:41 +01:00
input Avoid opposite dpad buttons being both down. Ignore android key repeats 2019-04-05 14:48:59 +02:00
khronos android: use gl3w loader and EGL 2019-02-20 00:09:34 +01:00
linux Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
linux-dist naomi/aw: fix atomiswave and naomi inputs 2019-04-06 19:36:57 +02:00
nacl rumble support for xinput and evdev 2019-02-22 19:23:03 +01:00
oslib AUDIO: Allow selection of backend 2019-04-05 22:22:46 +02:00
profiler Bind profiling in X11 to F10 2015-09-03 21:08:13 +02:00
rec-ARM dynarec: FullCheck was being ignored and FastCheck used instead 2019-03-30 10:06:19 +01:00
rec-ARM64 dynarec: Refactor smc-option a bit 2019-03-30 07:16:44 +01:00
rec-cpp dynarec: Refactor smc-option a bit 2019-03-30 07:16:44 +01:00
rec-x64 Merge branch 'master' into fh/win32-winresize 2019-04-12 13:03:30 -04:00
rec-x86 dynarec: Refactor smc-option a bit 2019-03-30 07:16:44 +01:00
reios fix warning 2019-03-26 18:23:16 +01:00
rend Merge branch 'master' into fh/win32-winresize 2019-04-12 13:03:30 -04:00
sdl input: save assigned maple port of each gamepad 2019-03-29 17:19:18 +01:00
webui Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
windows Merge branch 'master' into fh/win32-winresize 2019-04-12 13:03:30 -04: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 arm: aica RAM overflow crash with arm32 and arm64 recs 2019-03-28 11:41:48 +01:00
core.mk win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp Merge pull request #1548 from reicast/fh/float-vmu 2019-04-10 21:53:41 +02:00
serialize.cpp Add Boot Dreamcast BIOS option 2019-03-26 17:20:44 +01:00
stdclass.cpp visual studio compatibility 2019-03-30 19:26:05 +01:00
stdclass.h android: use new input system 2019-02-13 20:29:49 +01:00
types.h Merge pull request #1548 from reicast/fh/float-vmu 2019-04-10 21:53:41 +02: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)