1907 Commits

Author SHA1 Message Date
Paul Cercueil 9136290467 cdrom-async: Fix subchannel read with hardware CD-ROM
The common CD-ROM code expects cdra_readSub() to read the subchannel
data of a given sector without actually changing the current sector
whose buffer is returned by cdra_getBuffer().

Signed-off-by: Paul Cercueil <paul@crapouillou.net>
2025-08-23 00:24:54 +03:00
notaz df21c2fa81 frontend: reuse menu logic for config changing plugins
notaz/pcsx_rearmed#388
2025-08-23 00:24:54 +03:00
notaz b3eed47677 Merge pull request #389 from Apaczer/add_miyoo_armv5
Add `miyoo` platform armv5 support
2025-08-23 00:24:13 +03:00
Apaczer 458ddcc5ee MIYOO: add ipk package
`make ipk`
2025-08-20 15:16:34 +02:00
Apaczer e3fbd80ac4 MIYOO: plat_sdl: add custom bindings 2025-08-20 15:06:41 +02:00
Apaczer 74265b797d MIYOO: frontend: add custom def config
Update main & menu
2025-08-20 15:06:41 +02:00
Apaczer 372a1be964 MIYOO: frontend: use CWD for PCSX_DOT_DIR 2025-08-20 15:06:40 +02:00
Apaczer 8cf3ffc7de add official MIYOO support
./configure --platform=miyoo
2025-08-19 22:43:54 +02:00
notaz a2f6e1bb5f lightrec: update 2025-08-16 20:27:06 +03:00
notaz 5a8d6b0a56 cdriso: fill trackinfo for metadata-less formats
libretro/pcsx_rearmed#894
2025-08-15 21:17:46 +03:00
notaz 4153a6b59a lightrec: update 2025-08-15 21:17:46 +03:00
Apaczer 2dad4b71ed frontend/menu: add "Downscale Hi-Res" option
from `scale_hires` intval
2025-06-20 02:04:38 +03:00
notaz b2ba218e2a frontend: update libpicofe, fix missed callbacks
could crash on bios boot
2025-06-18 20:37:31 +03:00
notaz 86e02a02b5 frontend: update libpicofe 2025-05-28 01:31:37 +03:00
notaz ef701b2e2e configure: drop the old brcm stuff 2025-05-27 21:08:30 +03:00
notaz 15ada67d24 deps: switch gnu_lightning to a github mirror
The original is sometimes down, breaking CI.
2025-05-23 01:50:11 +03:00
notaz 7192adbe18 frontend: more gl options 2025-05-23 01:15:10 +03:00
notaz 9fdb6c4eb0 spu: ssat is ARMv6, not v7 2025-05-21 02:56:41 +03:00
notaz 14f53a56ba cdrom: fix wrong volumes on state load
libretro/pcsx_rearmed#890
2025-05-21 02:56:41 +03:00
notaz 961cb15e44 spu: deal with some reverb overflows
still possible but hopefully won't happen in practice
libretro/pcsx_rearmed#890
2025-05-21 02:56:41 +03:00
notaz 3a99876312 frontend: improve sdl gamepad support
notaz/pcsx_rearmed#379
2025-05-21 00:48:28 +03:00
notaz c9b0902974 frontend: rework sdl gl vout_method 2025-05-17 00:56:27 +03:00
notaz f2af170079 unbreak NO_FRONTEND build 2025-05-12 02:34:26 +03:00
notaz 1ae743b1f6 frontend: use more traditional profile dir
With backward compatibility to working dir, also can set 'HOME=' env var
for the old behavior.

notaz/pcsx_rearmed#375
2025-05-12 02:25:34 +03:00
notaz 810239393d sdandalone: rework sdl output
- 2x overlay mode from PicoDrive
- somewhat proper fullscreen mode
- overlay scaling options
- gles mode probably broken (no longer works on more modern distros
  anyway - it's some very old code)
- new bugs
2025-05-12 02:25:10 +03:00