flycast/core
Flyinghead f03de11521 missing change 2020-04-07 14:36:54 +02:00
..
archive Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
arm_emitter axe snat 2020-01-31 23:23:26 +01:00
cfg Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
deps custom textures: support JPEG format 2020-04-07 14:32:09 +02:00
emitter Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
hw modem: fix isp settings in flash. dc_flash.bin no longer used 2020-04-05 19:58:50 +02:00
imgread Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
input allow buttons to be mapped to left analog stick 2020-04-04 18:18:36 +02:00
khronos stop being permissive 2020-02-26 23:00:29 +01:00
linux Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
linux-dist Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
log gui: Add log to file option. don't create log file if disabled 2020-04-02 12:20:03 +02:00
oslib Replace cMutex by std::mutex 2020-03-30 23:00:43 +02:00
profiler Use _WIN32 to handle Windows specific code 2019-08-28 20:37:53 +02:00
rec-ARM Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-ARM64 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-cpp Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-x64 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
rec-x86 Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
reios Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
rend custom textures: support JPEG format 2020-04-07 14:32:09 +02:00
sdl Remove "sh4_if.h" and "stdclass.h" from "types.h" 2020-03-30 23:00:43 +02:00
windows Remove "using namespace std;" 2020-03-30 23:00:43 +02:00
wsi Remove "using namespace std;" 2020-03-30 23:00:43 +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 nuke softrend 2020-02-26 23:41:05 +01:00
cheats.cpp Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
cheats.h More widescreen cheats 2019-09-27 14:41:59 +02:00
core.mk missing change 2020-04-07 14:36:54 +02:00
dispframe.cpp Cleanup include headers 2020-03-29 14:26:21 +02:00
nullDC.cpp vulkan: re-enable vulkan 1.1 on Android. Fix TEST_AUTOMATION 2020-04-03 16:32:53 +02:00
serialize.cpp Cleanup compiler warnings (mostly sign-compare) 2020-03-30 23:00:43 +02:00
stdclass.cpp Rewrite cResetEvent to use std::condition_variable 2020-04-03 19:00:02 +02:00
stdclass.h Rewrite cResetEvent to use std::condition_variable 2020-04-03 19:00:02 +02:00
types.h Remove "using namespace std;" 2020-03-30 23:00:43 +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)