flycast/core
Flyinghead 4f11ff76a5 input: don't toggle fastforward when game isn't running
it resets the vulkan swapchain and causes random crashes
2021-07-19 12:10:14 +02:00
..
archive savestate: rzip size must be 64-bit on all platforms 2021-06-06 11:18:42 +02:00
cfg libretro: non-threaded rendering 2021-07-07 13:12:16 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps switch: build with miniupnp. set correct window size 2021-07-15 12:19:11 +02:00
hw jvs: no default mapping if button is remapped to P1 or P2 2021-07-19 10:15:24 +02:00
imgread Misc cleanup 2021-06-06 11:15:06 +02:00
input input: don't toggle fastforward when game isn't running 2021-07-19 12:10:14 +02:00
khronos switch: standalone build 2021-07-14 13:02:57 +02:00
linux switch: arm rec EntryPoints need rx. fix arm & dsp cache flush 2021-07-14 14:57:43 +02:00
linux-dist switch: unneeded init functions. needed exit one 2021-07-15 16:50:54 +02:00
log switch: standalone build 2021-07-14 13:02:57 +02:00
network switch: build with miniupnp. set correct window size 2021-07-15 12:19:11 +02:00
oslib sdl: increase audio buffer size. libretro: set PIC option 2021-07-15 00:26:00 +02:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM arm32: replace old arm emitter with vixl 2021-05-15 11:41:00 +02:00
rec-ARM64 arm64 rec: put ngen_FailedToFindBlock at a fixed address 2021-07-14 21:03:02 +02:00
rec-cpp Misc cleanup 2021-06-06 11:15:06 +02:00
rec-x64 Misc cleanup 2021-06-06 11:15:06 +02:00
rec-x86 deps: update xbyak 2021-05-22 10:45:50 +02:00
reios options: anisotropic filtering, oit pixel buffer size, fast gdrom load 2021-07-06 16:19:12 +02:00
rend gl: repeat % operator for printf. remove Switch special case 2021-07-18 18:15:35 +02:00
sdl switch: set UI scaling factor depending on docking mode 2021-07-15 14:44:39 +02:00
windows win: make sure not to call VirtualAlloc with null during jit alloc 2021-07-16 17:35:29 +02:00
wsi switch: set UI scaling factor depending on docking mode 2021-07-15 14:44:39 +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 switch: build with miniupnp. set correct window size 2021-07-15 12:19:11 +02:00
cheats.cpp WIP libretro core update 2021-07-05 19:44:08 +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 New option system 2021-03-01 10:13:40 +01:00
emulator.cpp libretro: option changes (resolution, widescreen, rotation) 2021-07-12 09:57:58 +02:00
emulator.h libretro: savestate compatibility. B1/D1 vmus now visible 2021-07-10 17:39:16 +02:00
nullDC.cpp switch: standalone build 2021-07-14 13:02:57 +02:00
serialize.cpp Merge remote-tracking branch 'origin/master' into libretro 2021-07-15 18:43:29 +02:00
stdclass.cpp clang-tidy: run modernize-use-equals-default 2021-03-14 21:52:42 +01:00
stdclass.h lr: fix res change for rotated games. display version. vmem: simplify 2021-07-13 13:45:01 +02:00
types.h Merge remote-tracking branch 'origin/master' into libretro 2021-07-15 18:43:29 +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