flycast/core
scribam e505ab6019 safe usage of std::isalnum/std::print 2023-02-20 22:57:24 +01:00
..
archive rzip: allow multiple writes 2022-10-18 10:08:02 +02:00
cfg safe usage of std::isalnum/std::print 2023-02-20 22:57:24 +01:00
debug Fixed single stepping, added support for vCont packets and ranged stepping (faster), initial work to support other breakpoint types 2022-12-18 16:27:38 +01:00
deps vk: revert to glslang 11.11.0 (sdk 1.3.224.1) 2023-02-08 11:59:37 +01:00
hw crash when switching to full mmu 2023-02-20 22:56:23 +01:00
imgread Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
input C++17 (#926) 2023-02-18 13:24:34 +01:00
linux switch build fix 2023-01-31 17:39:57 +01:00
linux-dist move khronos to deps. get rid of old controller mappings and pandora 2023-02-03 10:42:43 +01:00
log unintended change and merge issue 2023-02-10 12:56:57 +01:00
lua mmu: get rid of FullMMU option. Detect wince with string id in ram 2023-02-18 13:33:38 +01:00
network C++17 (#926) 2023-02-18 13:24:34 +01:00
oslib Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
profiler ui: debug tab with logging and profiling options 2023-01-11 21:15:45 +01:00
rec-ARM dynarec: refactor imm mem r/w and store queue handlers. clean up mmu 2023-02-18 13:33:38 +01:00
rec-ARM64 dynarec: refactor imm mem r/w and store queue handlers. clean up mmu 2023-02-18 13:33:38 +01:00
rec-cpp x86: windows ce support in dynarec 2023-01-28 19:22:36 +01:00
rec-x64 dynarec: refactor imm mem r/w and store queue handlers. clean up mmu 2023-02-18 13:33:38 +01:00
rec-x86 dynarec: refactor imm mem r/w and store queue handlers. clean up mmu 2023-02-18 13:33:38 +01:00
reios Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
rend safe usage of std::isalnum/std::print 2023-02-20 22:57:24 +01:00
sdl Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
windows C++17 (#926) 2023-02-18 13:24:34 +01:00
wsi Merge remote-tracking branch 'origin/master' into dev 2023-02-05 22:20:28 +01:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md move khronos to deps. get rid of old controller mappings and pandora 2023-02-03 10:42:43 +01:00
build.h naomi: f355 multiboard support WIP 2023-01-11 22:31:36 +01:00
cheats.cpp Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
cheats.h cheats: only apply widescreen cheat if current value is expected 2022-06-24 11:47:24 +02:00
emulator.cpp Merge remote-tracking branch 'origin/master' into dev 2023-02-19 14:10:37 +01:00
emulator.h cleanup include headers 2023-01-26 10:06:51 +01:00
nullDC.cpp Merge remote-tracking branch 'origin/master' into dev 2023-02-05 22:20:28 +01:00
serialize.cpp naomi: touchscreen emulation for manic panic ghosts and touch de zunou 2023-02-19 13:51:23 +01:00
serialize.h hw: new hardware register implementation 2023-02-10 12:51:36 +01:00
stdclass.cpp aica: use namespaces, simplify api, handle serialization 2023-01-30 10:40:07 +01:00
stdclass.h aica: use namespaces, simplify api, handle serialization 2023-01-30 10:40:07 +01:00
types.h C++17 (#926) 2023-02-18 13:24:34 +01:00
version.h.in Update Windows resource and version.h.in files 2021-05-28 14:56:04 +02:00

README.md

core

===========

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 -- Main entry points
  • oslib -- Audio drivers
  • cfg -- Configuration backend structure
  • reios -- (Our) Implementation of the DreamCast BIOS
  • deps -- External dependencies
  • imgread -- Content drivers
  • rec-* -- Recompilers
  • rend -- Graphics renderers and UI