clear Index0 data FIFO flag (#241)
authorgameblabla <gameblabla@users.noreply.github.com>
Mon, 7 Feb 2022 19:17:34 +0000 (19:17 +0000)
committerGitHub <noreply@github.com>
Mon, 7 Feb 2022 19:17:34 +0000 (21:17 +0200)
commit50ae51487697da0d2f9c93295f89d2f10694b6d8
treedaf4e1600a322865826e7ed4ad0b9881512da829
parent6c192edd2b1d024d1270aa78cb1d3e6b2207d46d
clear Index0 data FIFO flag (#241)

Merge PCSX Redux fix.
This is what he had to say about it :
"So, this commit works around/fixes two issues with loading unirom.
There's a fix for logging invalid commands which should be pretty straight forward. The other change is around the FIFO flag.
Not really experienced with debugging/verifying this sort of thing so not feeling really confident the change is "right", though every game I've tried so far still seem to work as expected.
There's still something going on with not having an iso mounted that I haven't quite nailed down. Even having the iso mounted with "lid open" gives a bootable result. Feel like I'm going in circles a bit for something that might be an easy fix. Unirom is technically usable via ISO, but the unirom exe freezes if no iso is loaded"

Co-authored-by: johnbaumann <76951440+johnbaumann@users.noreply.github.com>
libpcsxcore/cdrom.c