flycast/core
flyinghead ccc9931de8 achievements: fix crash when loading image cache
Fixes MINIDUMP-312, MINIDUMP-313
Issue #761
2024-05-04 13:51:59 +02:00
..
achievements achievements: fix crash when loading image cache 2024-05-04 13:51:59 +02:00
archive vulkan: allow custom GPU driver loading with libadrenotools 2024-04-07 12:27:54 +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 better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
hw better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
imgread better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
input get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
linux move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
linux-dist move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
log get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
lua better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
network move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
oslib ui: achievements list, new pause menu 2024-05-03 20:09:31 +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 ui: achievements list, new pause menu 2024-05-03 20:09:31 +02:00
sdl move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
windows RetroAchievements support 2024-04-29 14:59:47 +02:00
wsi Merge remote-tracking branch 'origin/master' into dev 2024-04-29 15:27:23 +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 widescreen cheats for Surf Rocket Racers (US) and Love & Berry 1 and 3 2024-03-26 18:43:38 +01:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp better RetroAchievements UI and threading 2024-05-01 18:32:39 +02:00
emulator.h ui: achievements list, new pause menu 2024-05-03 20:09:31 +02:00
nullDC.cpp ui: achievements list, new pause menu 2024-05-03 20:09:31 +02:00
serialize.cpp RetroAchievements support 2024-04-29 14:59:47 +02:00
serialize.h RetroAchievements support 2024-04-29 14:59:47 +02:00
stdclass.cpp get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
stdclass.h get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
types.h Merge remote-tracking branch 'origin/master' into dev 2024-04-29 15:27:23 +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