flycast/core
Flyinghead de89d8cfed rend: fix Space Harrier arcade in Shenmue
Use the original tex dimensions and make sure they never change between
updates.
2024-03-12 14:56:13 +01:00
..
archive refactor embedded resource loading. Use for imgui font and android OSD 2024-01-02 14:37:29 +01:00
audio move audio drivers to their own folder 2024-01-10 11:45:54 +01:00
cfg pvr: apply a negative bias to background plane depth 2024-02-27 17:39:51 +01:00
debug gdb: revert swapping of words 2023-10-12 09:49:55 +02:00
deps deps: update sdl to version 2.30.1 2024-03-07 15:01:59 +01:00
hw naomi: allow mapping of left & right trigger 2 2024-03-12 14:36:38 +01:00
imgread isofs: fix long directory listing 2024-02-27 17:39:51 +01:00
input Add a hotkey to bypass emulated keyboard 2023-12-07 16:48:31 +01:00
linux fix FreeBSD x64 segfault context 2024-02-27 17:39:51 +01:00
linux-dist linux: use egl with x11 instead of glx 2024-02-27 17:39:51 +01:00
log core: add missing pragma once to header files 2023-12-17 11:12:20 +01:00
lua pvr: apply a negative bias to background plane depth 2024-02-27 17:39:51 +01:00
network Minor misc changes (#1360) 2024-01-02 14:38:16 +01:00
oslib move audio drivers to their own folder 2024-01-10 11:45:54 +01:00
profiler deps: update imgui and implot 2023-11-25 17:08: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 move holly interrupts out of types.h 2023-12-16 23:04:39 +01:00
rec-x64 dynarec: check null codeBuffer in rewrite() if called before init 2023-10-13 11:41:18 +02:00
rec-x86 move holly interrupts out of types.h 2023-12-16 23:04:39 +01:00
reios reios: fix GETSCD and GET_DRV_STAT status during disk swapping 2024-01-28 16:00:46 +01:00
rend rend: fix Space Harrier arcade in Shenmue 2024-03-12 14:56:13 +01:00
sdl sdl: support multiple mice when allowed by the platform 2024-02-27 17:39:51 +01:00
windows sh4: fix SCIF serialization 2024-03-04 17:02:42 +01:00
wsi linux: use egl with x11 instead of glx 2024-02-27 17:39:51 +01:00
.gitignore win32: add app icon and version resource 2019-03-30 12:32:37 +01:00
README.md move khronos to deps. get rid of old controller mappings and pandora 2023-02-03 10:42:43 +01:00
build.h user-defined literals: _KB, _MB, _GB 2023-07-01 14:31:25 +02:00
cheats.cpp gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
cheats.h gladLoader: check return code and log. cheats: light refactoring 2024-02-27 17:39:51 +01:00
emulator.cpp force PAL for MTV Sports - Skateboarding (EU) 2024-03-12 14:37:38 +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
serialize.cpp gdrom: fix disk swapping for some games 2024-01-24 18:35:23 +01:00
serialize.h naomi: printer fixes 2024-02-01 18:15:34 +01:00
stdclass.cpp init drive when running .elf. Skip special settings for BIOS and .elf. 2024-02-27 17:39:51 +01:00
stdclass.h init drive when running .elf. Skip special settings for BIOS and .elf. 2024-02-27 17:39:51 +01:00
types.h move holly interrupts out of types.h 2023-12-16 23:04:39 +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
  • 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