flycast/core
Flyinghead c033a81eca get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
..
archive naomi,aw: embed default flash for some games 2023-03-27 16:57:48 +02:00
cfg partial support for sega driving simulator 2023-03-09 17:54:57 +01:00
debug Race condition when stopping while emu is failing 2023-02-26 22:01:32 +01:00
deps deps: apply drag scrolling custom code to imgui 2023-03-20 16:52:51 +01:00
hw naomi,aw: embed default flash for some games 2023-03-27 16:57:48 +02:00
imgread Fix loading of Sega Yonin Uchi Mahjong MJ (mj1) 2023-03-22 13:00:59 +01:00
input get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
linux Merge remote-tracking branch 'origin/master' into dev 2023-02-28 20:02:23 +01:00
linux-dist get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
log unintended change and merge issue 2023-02-10 12:56:57 +01:00
lua sh4: more accurate cycle counting 2023-03-07 18:35:01 +01:00
network naomi,aw: embed default flash for some games 2023-03-27 16:57:48 +02:00
oslib hle bios: add latin-1, jis x0201 and jis x0208 glyphs to bios font 2023-03-18 16:11:03 +01:00
profiler sh4: more accurate cycle counting 2023-03-07 18:35:01 +01:00
rec-ARM dynarec: more accurate cycle counting. limit code duplication 2023-03-08 19:24:49 +01:00
rec-ARM64 dynarec: more accurate cycle counting. limit code duplication 2023-03-08 19:24:49 +01:00
rec-x64 dynarec: refactor imm mem r/w and store queue handlers. clean up mmu 2023-02-18 13:33:38 +01:00
rec-x86 x86 dynarec: use UpdateSystem_INTC like other recs 2023-03-09 09:37:48 +01:00
reios hle bios: add latin-1, jis x0201 and jis x0208 glyphs to bios font 2023-03-18 16:11:03 +01:00
rend deps: remove imgui obsolete keyio functions 2023-03-27 16:59:06 +02:00
sdl get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
windows get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
wsi Merge remote-tracking branch 'origin/master' into dev 2023-02-05 22:20:28 +01: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 nuke rec-cpp 2023-03-08 18:56:26 +01:00
cheats.cpp naomi2: FFB support for Club Kart and King of Route 66 2023-03-04 17:45:53 +01:00
cheats.h cheats: only apply widescreen cheat if current value is expected 2022-06-24 11:47:24 +02:00
emulator.cpp naomi: printer support for f355 and tduno[2]. Fix some bios font glyphs 2023-03-22 19:00:50 +01:00
emulator.h Race condition when stopping while emu is failing 2023-02-26 22:01:32 +01:00
nullDC.cpp partial support for sega driving simulator 2023-03-09 17:54:57 +01:00
serialize.cpp naomi: touchscreen emulation for manic panic ghosts and touch de zunou 2023-02-19 13:51:23 +01:00
serialize.h naomi: printer support for f355 and tduno[2]. Fix some bios font glyphs 2023-03-22 19:00:50 +01:00
stdclass.cpp aica: use namespaces, simplify api, handle serialization 2023-01-30 10:40:07 +01:00
stdclass.h aica: use namespaces, simplify api, handle serialization 2023-01-30 10:40:07 +01:00
types.h partial support for sega driving simulator 2023-03-09 17:54:57 +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