flycast/core
Flyinghead 33833cfd1e vonot: don't disable VM when acting as master
Issue #2037
2025-08-12 17:30:22 +02:00
..
achievements Update xxHash to 0.8.3 + Use faster algorithm 2025-03-22 15:58:22 +01:00
archive save screenshot. add screenshot to savestates 2024-05-13 15:47:34 +02:00
audio audio: reset buffer on loadstate/term. Fix null audio driver on windows 2024-12-13 15:58:32 +01:00
cfg Enable physical VMU memory access (#1881) 2025-03-22 15:59:42 +01:00
debug Misc: Remove Duplicated Semicolons 2025-04-10 11:30:33 +02:00
deps deps: update glslang (#1920) 2025-08-11 17:23:33 +02:00
hw Libretro updates (#2033) 2025-08-11 09:38:59 +02:00
imgread Libretro updates (#2033) 2025-08-11 09:38:59 +02:00
input Connect to DreamConn only once registered (#1828) 2025-02-03 18:19:22 +01:00
linux network digital outputs: check config option when game starts 2025-02-04 17:46:02 +01:00
linux-dist Replace sprintf with snprintf (#1884) 2025-03-25 18:47:07 +01:00
log log: support udp log server 2025-01-02 10:35:27 +01:00
lua maple: add Full Controller with 2 analog sticks and all buttons 2024-11-02 18:13:38 +01:00
network vonot: don't disable VM when acting as master 2025-08-12 17:30:22 +02:00
oslib Replace sprintf with snprintf (#1884) 2025-03-25 18:47:07 +01:00
profiler deps: update imgui and implot 2023-11-25 17:08:01 +01:00
rec-ARM Misc: Remove Duplicated Semicolons 2025-04-10 11:30:33 +02:00
rec-ARM64 arm64 rec: fix typo in FTRC implementation 2025-05-20 08:52:09 +02:00
rec-x64 uwp: enable vmem. fix dynarec crash. windows: dll loading utility 2025-01-02 11:13:25 +01:00
rec-x86 x86 dynarec: fix crash 2025-05-10 20:56:21 +02:00
reios gdrom: reduce dma buffer size. reios: schedule dma reads by chunks 2024-11-30 16:37:55 +01:00
rend deps: update glslang (#1920) 2025-08-11 17:23:33 +02:00
sdl sdl: don't reset haptic gain to 0 on exit 2025-06-01 10:52:29 +02:00
ui map dinoking P2 rock button to P1 button 4. Show on vgamepad 2025-06-01 10:57:59 +02:00
util multithreading utilities (periodic, worker thread) 2025-01-02 10:50:46 +01:00
windows Fix MSYS2 build (#1975) 2025-06-13 09:55:41 +02:00
wsi move ui to its own folder 2024-05-07 22:23:51 +02: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 fix perf regression on macOS and iOS. Add Silent Scope (JP) identifier. 2025-01-05 22:06:37 +01:00
cheats.cpp outtrigger (US) widescreen cheat. Propeller arena modem string patch 2025-05-22 20:23:23 +02:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp Force TV composite for Caesar's Palace 2000 and PAL for the EU edition 2025-02-27 11:00:48 +01:00
emulator.h gdrom: update settings and more when swapping disks 2024-11-20 11:46:34 +01:00
nullDC.cpp log: support udp log server 2025-01-02 10:35:27 +01:00
serialize.cpp gdrom: reduce dma buffer size. reios: schedule dma reads by chunks 2024-11-30 16:37:55 +01:00
serialize.h gdrom: reduce dma buffer size. reios: schedule dma reads by chunks 2024-11-30 16:37:55 +01:00
stdclass.cpp misc non-functional changes 2025-01-02 10:54:19 +01:00
stdclass.h naomi: save printer output as a screenshot 2024-06-23 16:00:31 +02:00
types.h Generate Xcode project which can support both iOS and iOS Simulator 2025-01-05 22:06:37 +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