flycast/core
Flyinghead 482b7427f0 ui: get rid of 100% notif message. avoid logging garbage when canceled 2020-04-24 19:46:23 +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 MSVC Cleanup 2020-04-23 14:10:49 +02:00
deps deps: Update zlib to version 1.2.11 2020-04-14 20:47:54 +02:00
emitter Remove Visual Studio solution/project files 2020-04-23 14:10:49 +02:00
hw ui: get rid of 100% notif message. avoid logging garbage when canceled 2020-04-24 19:46:23 +02:00
imgread ui: get rid of 100% notif message. avoid logging garbage when canceled 2020-04-24 19:46:23 +02:00
input ui: add loading screen with cancel button. don't freeze ui on load 2020-04-20 18:52:02 +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 ui: add loading screen with cancel button. don't freeze ui on load 2020-04-20 18:52:02 +02:00
log log: add network category 2020-04-14 17:54:54 +02:00
network win32 build fix 2020-04-22 19:20:03 +02:00
oslib win32: play sound even in background 2020-04-15 19:09:16 +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 Compilation fix for MSVC 2020-04-23 13:37:07 +02:00
sdl ui: add loading screen with cancel button. don't freeze ui on load 2020-04-20 18:52:02 +02:00
windows MSVC Cleanup 2020-04-23 14:10:49 +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 MSVC Cleanup 2020-04-23 14:10:49 +02: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 deps: Update zlib to version 1.2.11 2020-04-14 20:47:54 +02:00
dispframe.cpp ui: add loading screen with cancel button. don't freeze ui on load 2020-04-20 18:52:02 +02:00
emulator.h ui: add loading screen with cancel button. don't freeze ui on load 2020-04-20 18:52:02 +02:00
nullDC.cpp MSVC Cleanup 2020-04-23 14:10:49 +02:00
serialize.cpp naomi: auto configure eeprom and bbsram for network 2020-04-19 21:45:15 +02:00
stdclass.cpp MSVC Cleanup 2020-04-23 14:10:49 +02:00
stdclass.h Rework cThread to use std::thread 2020-04-15 20:20:30 +02:00
types.h MSVC Cleanup 2020-04-23 14:10:49 +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)