flycast/core
Flyinghead 458868a634 ggpo: always save delta ram. Disable ff,cheats,savestates when online
ggpo: always save delta ram on save_game_state as frames may be rerun
and resaved
Global network online status (ggpo, naomi, modem, bba)
Disable fast forward, cheats and savestates when online.
2021-09-08 17:18:01 +02:00
..
archive savestate: rzip size must be 64-bit on all platforms 2021-06-06 11:18:42 +02:00
cfg Merge remote-tracking branch 'origin/libretro' into net-rollback 2021-09-05 20:07:37 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps ggpo: fix common assert() sync.cpp:238 2021-09-08 16:21:54 +02:00
hw serialize modem, aw coin, pvr direct fb state, TA cur context 2021-09-07 16:43:50 +02:00
imgread gdrom: fix soft reset. ignore slave requests. Unknown ATA cmds handling 2021-08-27 18:29:41 +02:00
input ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
khronos switch: standalone build 2021-07-14 13:02:57 +02:00
linux net rollback with ggpo 2021-09-02 17:51:23 +02:00
linux-dist add breakpad support for android, linux and windown 2021-07-25 21:55:29 +02:00
log switch: standalone build 2021-07-14 13:02:57 +02:00
network ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
oslib iOS: multiple controller/rumble support. GL: fix black screen after RTT 2021-08-23 14:02:12 +02:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM naomi: close cart on reset. sh4: replace some verify by throw 2021-08-03 09:47:13 +02:00
rec-ARM64 iOS support. Work in progress 2021-08-06 10:30:30 +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 naomi: close cart on reset. sh4: replace some verify by throw 2021-08-03 09:47:13 +02:00
rec-x86 naomi: close cart on reset. sh4: replace some verify by throw 2021-08-03 09:47:13 +02:00
reios Use exception when load content fails. ui: graceful stop on fatal error 2021-08-03 10:05:09 +02:00
rend ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
sdl maple: mutually exclusive btns per controller. better D2A axes 2021-09-07 10:54:00 +02:00
windows net rollback with ggpo 2021-09-02 17:51:23 +02:00
wsi sdl: set vsync swap interval to 2 for 120 Hz displays 2021-08-23 10:11:04 +02: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 aica: arm32 dsp dynarec. Correct dsp level when dsp disabled 2021-08-24 20:49:53 +02:00
cheats.cpp ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
cheats.h cheats: support for .CHT cheat files 2021-04-06 11:41:41 +02:00
core.mk Merge remote-tracking branch 'origin/master' into fh/directx 2021-06-07 20:53:31 +02:00
dispframe.cpp Use exception when load content fails. ui: graceful stop on fatal error 2021-08-03 10:05:09 +02:00
emulator.cpp ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
emulator.h ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +02:00
nullDC.cpp net rollback with ggpo 2021-09-02 17:51:23 +02:00
serialize.cpp serialize modem, aw coin, pvr direct fb state, TA cur context 2021-09-07 16:43:50 +02:00
stdclass.cpp clang-tidy: run modernize-use-equals-default 2021-03-14 21:52:42 +01:00
stdclass.h iOS support. Work in progress 2021-08-06 10:30:30 +02:00
types.h ggpo: always save delta ram. Disable ff,cheats,savestates when online 2021-09-08 17:18:01 +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
  • 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