flycast/core
scribam 1b565f9879 clang-tidy: run modernize-concat-nested-namespaces 2023-07-22 19:04:52 +02:00
..
archive Sega SystemSP support 2023-07-01 16:24:51 +02:00
cfg user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
debug Race condition when stopping while emu is failing 2023-02-26 22:01:32 +01:00
deps Fix Spout2 MinGW error 2023-07-03 11:38:35 +02:00
hw clang-tidy: run modernize-concat-nested-namespaces 2023-07-22 19:04:52 +02:00
imgread user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
input Sega SystemSP support 2023-07-01 16:24:51 +02:00
linux user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
linux-dist get rid of KeyboardDeviceTemplate 2023-03-29 16:48:46 +02:00
log remove unused iconv.h include 2023-05-02 09:45:54 +02:00
lua sh4: more accurate cycle counting 2023-03-07 18:35:01 +01:00
network user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
oslib deps: update nowide 2023-06-04 12:49:55 +02:00
profiler sh4: more accurate cycle counting 2023-03-07 18:35:01 +01:00
rec-ARM Merge remote-tracking branch 'origin/master' into dev 2023-05-13 15:55:47 +02:00
rec-ARM64 deps: update vixl 2023-07-03 11:37:42 +02:00
rec-x64 user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
rec-x86 user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
reios user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
rend boxart: remove redundant call to c_str() 2023-07-22 19:04:52 +02:00
sdl sdl: don't send button up events based on mouse button state 2023-07-16 19:03:07 +02:00
windows user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
wsi Realtime Video Routing (#1126) 2023-06-26 11:56:56 +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 add rfid cheat for mushik2k 2023-06-02 14:23:46 +02:00
cheats.h deps: update nowide 2023-06-04 12:49:55 +02:00
emulator.cpp Sega SystemSP support 2023-07-01 16:24:51 +02:00
emulator.h android scoped storage (ASS) support 2023-04-08 18:37:50 +02: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 picotcp: fix kos ppp nego. modem,bba: fix kos detection 2023-06-23 11:40:22 +02:00
stdclass.cpp android: storage::getSubPath can throw 2023-05-28 10:52:16 +02:00
stdclass.h deps: update nowide 2023-06-04 12:49:55 +02:00
types.h Sega SystemSP support 2023-07-01 16:24:51 +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