cdrom-async: Fix subchannel read with hardware CD-ROM master github/master
authorPaul Cercueil <paul@crapouillou.net>
Wed, 20 Aug 2025 13:36:56 +0000 (15:36 +0200)
committernotaz <notasas@gmail.com>
Fri, 22 Aug 2025 21:24:54 +0000 (00:24 +0300)
commit913629046745fb5f5ce548fcb248f02cf5b9c079
tree727b546a5047d010717bf490e5d41d362e1b4f67
parentdf21c2fa8164a98fa3d50d30983af15bf2e062d3
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>
libpcsxcore/cdrom-async.c