flycast/core
Edward Li 24e579ed99 Fix macOS debug build crash by providing a non empty ID (for the root of a window) 2024-06-01 11:13:24 +02:00
..
achievements achievements: race condition. pause management. imgui fixes 2024-05-27 10:02:43 +02:00
archive save screenshot. add screenshot to savestates 2024-05-13 15:47:34 +02:00
audio set thread names 2024-04-10 17:08:24 +02:00
cfg RetroAchievements support 2024-04-29 14:59:47 +02:00
debug set thread names 2024-04-10 17:08:24 +02:00
deps deps: update sdl to version 2.30.3 2024-05-22 16:15:40 +02:00
hw input: ffb support for arcade games. rumble support (f355, 18wheeler) 2024-06-01 11:03:14 +02:00
imgread better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
input input: ffb support for arcade games. rumble support (f355, 18wheeler) 2024-06-01 11:03:14 +02:00
linux move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
linux-dist move ui to its own folder 2024-05-07 22:23:51 +02:00
log get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
lua os_notify 2024-05-14 22:43:55 +02:00
network Merge remote-tracking branch 'origin/dev' 2024-05-23 10:40:57 +02:00
oslib os_notify 2024-05-14 22:43:55 +02:00
profiler deps: update imgui and implot 2023-11-25 17:08:01 +01:00
rec-ARM arm dynarec: apply mask to mem write8 and write16 value operand 2024-03-14 13:21:10 +01:00
rec-ARM64 move holly interrupts out of types.h 2023-12-16 23:04:39 +01:00
rec-x64 dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
rec-x86 move holly interrupts out of types.h 2023-12-16 23:04:39 +01:00
reios elf: only load PT_LOAD sections 2024-03-24 10:16:02 +01:00
rend dx11: use ALLOW_TEARING flag to disable vsync if available 2024-05-18 12:36:29 +02:00
sdl input: ffb support for arcade games. rumble support (f355, 18wheeler) 2024-06-01 11:03:14 +02:00
ui Fix macOS debug build crash by providing a non empty ID (for the root of a window) 2024-06-01 11:13:24 +02:00
windows work around mingw-w64 init crash 2024-05-09 10:19:33 +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 user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
cheats.cpp Cheats: Sega GT (USA) - Widescreen cheat 2024-05-27 10:03:55 +02:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp os_notify 2024-05-14 22:43:55 +02:00
emulator.h save screenshot. add screenshot to savestates 2024-05-13 15:47:34 +02:00
nullDC.cpp os_notify 2024-05-14 22:43:55 +02:00
serialize.cpp Merge remote-tracking branch 'origin/dev' 2024-05-23 10:40:57 +02:00
serialize.h input: ffb support for arcade games. rumble support (f355, 18wheeler) 2024-06-01 11:03:14 +02:00
stdclass.cpp get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
stdclass.h save screenshot. add screenshot to savestates 2024-05-13 15:47:34 +02:00
types.h achievements: hardcore mode 2024-05-04 17:38:42 +02: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