flycast/core
flyinghead 2478b72a3e lr dx11: fix exit crash. Save shader cache where vk cache is 2021-12-14 16:48:23 +01:00
..
archive 7z: use fopen on all platforms 2021-11-27 14:08:07 +01:00
cfg cheats: don't rely on cheat count on load. Fix compile warnings 2021-12-11 18:33:28 +01:00
debug ui: imgui driver, GraphicsContext interface, dx9 swap interval 2021-11-10 20:35:30 +01:00
deps uwp: fix dirent. Implement access() and stat() 2021-12-01 14:40:17 +01:00
hw libretro: dx11 support. dx11 shader cache. dx9 clipping planes 2021-12-13 21:02:44 +01:00
imgread cheats: don't rely on cheat count on load. Fix compile warnings 2021-12-11 18:33:28 +01:00
input input: cleanup virtual function specifier 2021-11-29 18:19:22 +01:00
khronos switch: standalone build 2021-07-14 13:02:57 +02:00
linux UWP support - WIP 2021-11-19 23:18:45 +01:00
linux-dist ui: imgui driver, GraphicsContext interface, dx9 swap interval 2021-11-10 20:35:30 +01:00
log dx11: overlay support. inside clipping. 4K support on xbox. log fix 2021-11-29 18:22:25 +01:00
lua Allows override of flycast.lua file (#411) 2021-11-21 15:16:11 +01:00
network linux build fix 2021-11-27 14:39:28 +01:00
oslib lr dx11: fix exit crash. Save shader cache where vk cache is 2021-12-14 16:48:23 +01:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM fix sh4 scheduler. use common cycle counter in sh4 context 2021-10-07 16:18:32 +02:00
rec-ARM64 fix sh4 scheduler. use common cycle counter in sh4 context 2021-10-07 16:18:32 +02:00
rec-cpp naomi: close cart on reset. sh4: replace some verify by throw 2021-08-03 09:47:13 +02:00
rec-x64 x64 rec: incorrect stack alignment of memory handlers on windows 2021-11-20 12:29:07 +01:00
rec-x86 fix sh4 scheduler. use common cycle counter in sh4 context 2021-10-07 16:18:32 +02:00
reios cheats: don't rely on cheat count on load. Fix compile warnings 2021-12-11 18:33:28 +01:00
rend lr dx11: fix exit crash. Save shader cache where vk cache is 2021-12-14 16:48:23 +01:00
sdl dx11: per-pixel renderer 2021-12-11 18:53:35 +01:00
windows libretro: dx11 support. dx11 shader cache. dx9 clipping planes 2021-12-13 21:02:44 +01:00
wsi dx11: per-pixel renderer 2021-12-11 18:53:35 +01:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md Misc cleanup 2021-06-06 11:15:06 +02:00
build.h UWP support - WIP 2021-11-19 23:18:45 +01:00
cheats.cpp cheats: don't rely on cheat count on load. Fix compile warnings 2021-12-11 18:33:28 +01:00
cheats.h cheats: support for bit-level RA codes 2021-10-12 17:28:01 +02:00
emulator.cpp dx11: per-pixel renderer 2021-12-11 18:53:35 +01:00
emulator.h New serialize framework. Delay maple dma xfer 2021-11-13 15:56:42 +01:00
nullDC.cpp New serialize framework. Delay maple dma xfer 2021-11-13 15:56:42 +01:00
serialize.cpp New serialize framework. Delay maple dma xfer 2021-11-13 15:56:42 +01:00
serialize.h New serialize framework. Delay maple dma xfer 2021-11-13 15:56:42 +01:00
stdclass.cpp imgread.ImagePath clean up. ggpo: poll input late if !thread 2021-09-30 14:24:17 +02:00
stdclass.h cheats: don't rely on cheat count on load. Fix compile warnings 2021-12-11 18:33:28 +01:00
types.h dx11: per-pixel renderer 2021-12-11 18:53:35 +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
  • khronos -- OpenGL and Vulkan headers
  • oslib -- Audio drivers
  • cfg -- Configuration backend structure
  • reios -- (Our) Implementation of the DreamCast BIOS
  • deps -- External dependencies
  • imgread -- Content drivers
  • rec-* -- Recompilers
  • rend -- OpenGL and Vulkan renderers