flycast/core
Flyinghead 8a46853dfd lr: deadlock on exit with custom textures (win32)
less log
2021-08-02 12:07:40 +02:00
..
archive savestate: rzip size must be 64-bit on all platforms 2021-06-06 11:18:42 +02:00
cfg don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +02:00
debug gdb server agent 2021-03-23 14:49:19 +01:00
deps bsd build fix 2021-08-02 12:05:24 +02:00
hw arm32 dynarec: windows ce support 2021-08-01 17:25:48 +02:00
imgread don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +02:00
input don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +02:00
khronos switch: standalone build 2021-07-14 13:02:57 +02:00
linux x86 stack unwinding support (android) 2021-07-30 19:13:52 +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 libretro: better error handling. fix reset issue with rotated games 2021-07-21 16:19:57 +02:00
oslib x86: stack unwind fixes 2021-08-01 17:07:17 +02:00
profiler delete nixprof 2020-11-22 17:37:27 +01:00
rec-ARM arm32 dynarec: windows ce support 2021-08-01 17:25:48 +02:00
rec-ARM64 unwind info for arm64. use static c++ lib for android 2021-07-29 17:46:46 +02:00
rec-cpp unwind info for arm64. use static c++ lib for android 2021-07-29 17:46:46 +02:00
rec-x64 x64: fix stack unwinding issue. don't save xmm regs on stack 2021-07-30 19:10:34 +02:00
rec-x86 x86 win32 build fix 2021-08-02 10:09:19 +02:00
reios libretro: better error handling. fix reset issue with rotated games 2021-07-21 16:19:57 +02:00
rend unwind info for arm64. use static c++ lib for android 2021-07-29 17:46:46 +02:00
sdl switch: set UI scaling factor depending on docking mode 2021-07-15 14:44:39 +02:00
windows lr: deadlock on exit with custom textures (win32) 2021-08-02 12:07:40 +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 lr: deadlock on exit with custom textures (win32) 2021-08-02 12:07:40 +02:00
emulator.h don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +02:00
nullDC.cpp don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +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 don't save flash if no game started. libretro: fix notifications 2021-07-20 19:21:11 +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