flycast/core
Flyinghead 5fde889d7c builtin cheat for f355 network race. enable builtin cheats when online
Increase the datapump timeout from 500 to 1000 to avoid an error when
posting network race results.
Enable built in cheats when online
2023-12-03 16:44:43 +01:00
..
archive archive: replace zip_get_num_files (deprecated) by zip_get_num_entries 2023-07-22 19:04:52 +02:00
cfg Add slider to change crosshair size and a core option for the Libretro core (#1304) 2023-11-18 13:44:57 +01:00
debug gdb: revert swapping of words 2023-10-12 09:49:55 +02:00
deps deps: update sdl to version 2.28.4 2023-10-02 21:42:47 +02:00
hw libretro: fix manic panic touchscreen buttons 2023-11-29 12:31:30 +01:00
imgread gdrom: return blank sector if FAD miss 2023-10-17 14:29:05 +02:00
input Merge remote-tracking branch 'origin/master' into dev 2023-09-25 22:17:29 +02:00
linux sh4 dynarec refactoring 2023-09-12 16:52: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 naomi: allow printing for f355/1 screen. Fix print template 2023-11-14 15:42:20 +01:00
oslib uwp: add support for arm64 2023-07-30 18:03:32 +02:00
profiler sh4: more accurate cycle counting 2023-03-07 18:35:01 +01:00
rec-ARM dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
rec-ARM64 dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
rec-x64 dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
rec-x86 dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
reios elf: memory corruption if .elf file is invalid 2023-10-05 11:45:14 +02:00
rend Add slider to change crosshair size and a core option for the Libretro core (#1304) 2023-11-18 13:44:57 +01:00
sdl Merge remote-tracking branch 'origin/master' into dev 2023-09-25 22:17:29 +02:00
windows windows: fix run instance with path containing spaces or non ascii 2023-11-05 18:39:04 +01: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
build.h user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
cheats.cpp builtin cheat for f355 network race. enable builtin cheats when online 2023-12-03 16:44:43 +01:00
cheats.h deps: update nowide 2023-06-04 12:49:55 +02:00
emulator.cpp Force HLE bios for stupid invaders. Don't autosave state if networking 2023-11-29 12:30:16 +01: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
README.md move khronos to deps. get rid of old controller mappings and pandora 2023-02-03 10:42:43 +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 savestate: fix retroarch savestate compatibility 2023-10-19 19:56:43 +02:00
stdclass.cpp android: storage::getSubPath can throw 2023-05-28 10:52:16 +02:00
stdclass.h linux: retrieve page size at build time 2023-11-09 19:29:00 +01: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

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