flycast/core
Flyinghead 505c5b6c4d dynarec: FullCheck was being ignored and FastCheck used instead
Fix crash on arm32
Fix infinite loop on x64
2019-03-30 10:06:19 +01:00
..
archive Naomi: 7z archives - Split/parent roms 2018-11-23 18:46:21 +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 use GL_UNSIGNED_BYTE instead of GL_UNSIGNED_INT_8_8_8_8 2019-02-19 23:15:34 +01:00
emitter Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
hw dynarec: FullCheck was being ignored and FastCheck used instead 2019-03-30 10:06:19 +01:00
imgread gdi: treat slash as path separator on windows 2019-03-29 14:19:41 +01:00
input input: wait for 200ms before detecting button/axis input when remapping 2019-03-28 18:28:29 +01: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 Minor fixes/tweaks to make it easier for switch port 2019-03-23 21:04:17 +01:00
nacl rumble support for xinput and evdev 2019-02-22 19:23:03 +01:00
oslib Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01: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 dynarec: FullCheck was being ignored and FastCheck used instead 2019-03-30 10:06:19 +01: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 dynarec: Refactor smc-option a bit 2019-03-30 07:16:44 +01:00
sdl Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
version Moved most android settings into the new gui 2019-03-05 00:54:01 +01:00
webui Revert "Fix to windows OpenFile dialog #1238" 2018-08-28 13:38:11 -04:00
windows Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +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 Merge branch 'fh/mymaster' into fh/master-merge 2019-03-25 16:47:47 +01:00
dispframe.cpp dispframe: initialize color clamping, for and palettes after loading 2018-12-13 09:37:11 +01:00
nullDC.cpp dynarec: make FullCheck the default SMC option 2019-03-29 20:28:49 +01:00
serialize.cpp Add Boot Dreamcast BIOS option 2019-03-26 17:20:44 +01:00
stdclass.cpp Per-game configuration: create/delete from gui 2019-02-16 14:25:54 +01:00
stdclass.h android: use new input system 2019-02-13 20:29:49 +01:00
types.h dynarec: add option to control smc code checks: none, fast, full 2019-03-29 19:23:37 +01: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)