flycast/core
Flyinghead 599bc8a823 arm64 dynarec: need up to 5 ops for mem accesses
Issue #837
2022-12-22 14:55:42 +01:00
..
archive rzip: allow multiple writes 2022-10-18 10:08:02 +02:00
cfg Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
debug Fixed single stepping, added support for vCont packets and ranged stepping (faster), initial work to support other breakpoint types 2022-12-18 16:27:38 +01:00
deps lr: missing symbols and functions 2022-12-13 23:33:24 +01:00
hw pvr: fix texture bleeding before making indexes 2022-12-22 13:15:32 +01:00
imgread fix some warnings 2022-11-19 12:52:26 +01:00
input new naomi network protocol. vblank event. initd rumble support 2022-03-27 15:23:21 +02:00
khronos vulkan: remove external files 2022-09-18 16:56:56 +02:00
linux iOS build fix 2022-12-17 11:25:58 +01:00
linux-dist sentry: various fixes. Upload last log lines with the minidump 2022-12-21 11:23:15 +01:00
log Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
lua gui: init once. reset ui driver when needed. android 120+ Hz support 2022-04-13 18:06:19 +02:00
network ggpo: optimize memwatch, save/load state. endOfFrame on vblank in 2022-12-10 17:19:34 +01:00
oslib android: delay sentry upload to avoid broken pipe. Log more stuff 2022-12-21 16:49:08 +01:00
profiler Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
rec-ARM fix sh4 scheduler. use common cycle counter in sh4 context 2021-10-07 16:18:32 +02:00
rec-ARM64 arm64 dynarec: need up to 5 ops for mem accesses 2022-12-22 14:55:42 +01:00
rec-cpp naomi: close cart on reset. sh4: replace some verify by throw 2021-08-03 09:47:13 +02:00
rec-x64 vmem: no more 4GB vmem mode. only map elan RAM in naomi2 mode 2022-12-09 17:37:49 +01:00
rec-x86 fix sh4 scheduler. use common cycle counter in sh4 context 2021-10-07 16:18:32 +02:00
reios verify() must not call a function with side-effect 2022-12-16 20:40:23 +01:00
rend android: delay sentry upload to avoid broken pipe. Log more stuff 2022-12-21 16:49:08 +01:00
sdl move steam deck hack to sdl/sdl.cpp 2022-11-14 15:59:19 +01:00
windows Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
wsi android: delay sentry upload to avoid broken pipe. Log more stuff 2022-12-21 16:49:08 +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 Added USE_DX9 and USE_DX11 as configurable options in CMake 2022-12-15 22:48:38 +01:00
cheats.cpp widescreen cheatcode for vf3tb US 2022-12-05 18:36:49 +01:00
cheats.h cheats: only apply widescreen cheat if current value is expected 2022-06-24 11:47:24 +02:00
emulator.cpp Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
emulator.h Fixed single stepping, added support for vCont packets and ranged stepping (faster), initial work to support other breakpoint types 2022-12-18 16:27:38 +01:00
nullDC.cpp Host-side profiler - initial commit (#834) 2022-12-21 11:24:11 +01:00
serialize.cpp atomiswave only has 2 MB of aica ram 2022-12-06 20:51:45 +01:00
serialize.h atomiswave only has 2 MB of aica ram 2022-12-06 20:51:45 +01:00
stdclass.cpp imgread.ImagePath clean up. ggpo: poll input late if !thread 2021-09-30 14:24:17 +02:00
stdclass.h get rid of INLINE, NOINLINE, __forceinline 2022-10-22 22:14:19 +02:00
types.h Merge remote-tracking branch 'origin/master' into dev 2022-12-06 21:47:50 +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