flycast/core
Flyinghead 187edde155 upgrade libretro savestate to v8. spg clean up 2019-11-05 23:18:36 +01:00
..
archive Cleanup 2019-09-07 20:36:13 +02:00
arm_emitter compilation warnings 2019-07-12 17:53:17 +02:00
cfg ini: use reference to avoid copies. simplify 2019-09-30 15:33:19 +02:00
deps first attempt at a unit test 2019-11-04 21:37:16 +01:00
emitter Use __GNUC__ to handle GCC specific code 2019-08-28 20:37:53 +02:00
hw upgrade libretro savestate to v8. spg clean up 2019-11-05 23:18:36 +01:00
imgread Cleanup 2019-09-07 20:36:13 +02:00
input Add fast-forward mode 2019-09-27 14:15:29 +02:00
khronos Use __ANDROID__ to handle specific Android code 2019-08-28 20:37:53 +02:00
linux clean up unnecessary dtors, volatile. Add const. Missing init 2019-11-02 11:55:17 +01:00
linux-dist clean up unnecessary dtors, volatile. Add const. Missing init 2019-11-02 11:55:17 +01:00
log Cleanup 2019-09-07 20:36:13 +02:00
oslib clean up unnecessary dtors, volatile. Add const. Missing init 2019-11-02 11:55:17 +01:00
profiler Use _WIN32 to handle Windows specific code 2019-08-28 20:37:53 +02:00
rec-ARM regalloc: convert 64-bit regs to 32-bit as needed 2019-11-02 20:28:08 +01:00
rec-ARM64 regalloc: convert 64-bit regs to 32-bit as needed 2019-11-02 20:28:08 +01:00
rec-cpp regalloc: convert 64-bit regs to 32-bit as needed 2019-11-02 20:28:08 +01:00
rec-x64 use doubles to emulate FIPR on x86 2019-11-05 16:07:56 +01:00
rec-x86 regalloc: convert 64-bit regs to 32-bit as needed 2019-11-02 20:28:08 +01:00
reios reios: allow hle savestates to be loaded in non-hle mode 2019-09-19 11:49:19 +02:00
rend Custom Textures / Dump Textures supports NAOMI also 2019-10-26 03:56:59 +08:00
sdl clean up unnecessary dtors, volatile. Add const. Missing init 2019-11-02 11:55:17 +01:00
windows clean up unnecessary dtors, volatile. Add const. Missing init 2019-11-02 11:55:17 +01: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 Add Discord link. non-functional changes 2019-09-27 22:00:52 +02:00
cheats.cpp More widescreen cheats 2019-09-27 14:41:59 +02:00
cheats.h More widescreen cheats 2019-09-27 14:41:59 +02:00
core.mk first attempt at a unit test 2019-11-04 21:37:16 +01:00
dispframe.cpp Cleanup 2019-09-07 20:36:13 +02:00
nullDC.cpp first attempt at a unit test 2019-11-04 21:37:16 +01:00
serialize.cpp upgrade libretro savestate to v8. spg clean up 2019-11-05 23:18:36 +01:00
stdclass.cpp Cleanup 2019-09-07 20:36:13 +02:00
stdclass.h Cleanup 2019-09-07 20:36:13 +02:00
types.h upgrade libretro savestate to v8. spg clean up 2019-11-05 23:18:36 +01: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)