flycast/core
Flyinghead 336706e728 move most os_* funcs to oslib
add os_DestroyWindow and os_UpdateInputState
2024-04-12 17:37:45 +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 drop dispmanx support. move switch main() to its own file 2024-04-11 16:27:28 +02:00
debug set thread names 2024-04-10 17:08:24 +02:00
deps vulkan: allow custom GPU driver loading with libadrenotools 2024-04-07 12:27:54 +02:00
hw get rid of os_GetSeconds() 2024-04-11 15:25:25 +02:00
imgread isofs: fix long directory listing 2024-02-27 17:39:51 +01: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 minor input and lua fixes 2024-04-10 17:24:47 +02:00
network move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
oslib move most os_* funcs to oslib 2024-04-12 17:37:45 +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 fix compile warnings 2024-03-01 12:58:53 +01:00
rend move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
sdl move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
windows move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
wsi drop dispmanx support. move switch main() to its own file 2024-04-11 16:27:28 +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 Cardcaptor Sakura widescreen cheat 2024-03-14 13:22:44 +01:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp set thread names 2024-04-10 17:08:24 +02:00
emulator.h richer discord presence using boxart from thegamesdb 2024-03-03 16:03:22 +01:00
nullDC.cpp move most os_* funcs to oslib 2024-04-12 17:37:45 +02:00
serialize.cpp gdrom: fix disk swapping for some games 2024-01-24 18:35:23 +01:00
serialize.h Fix vmu beep frequency 2024-04-06 17:43:19 +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 get rid of os_GetSeconds() 2024-04-11 15:25:25 +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