CDROM: Rename Reset+Init commands, fix "This is Football 2" lockup
authorgameblabla <gameblabla@protonmail.com>
Wed, 25 Aug 2021 20:35:07 +0000 (22:35 +0200)
committergameblabla <gameblabla@protonmail.com>
Wed, 25 Aug 2021 20:46:45 +0000 (22:46 +0200)
commit8399ca3389019fa65da8eb27816aef125d567d06
tree9f96f17a7fbdf27620e77eeae5b0ca7c322d8cb5
parentc16e2a576a83a49c4b58dfd74354808d7b1641d9
CDROM: Rename Reset+Init commands, fix "This is Football 2" lockup

Upon the reset command being issued, we need to set the Mode to 0x20
(as it was confirmed in Mednafen) and also disable the muting.

We also change the seektime for the reset command appropriately.
Please see Mednafen's implementation as reference :
https://github.com/libretro-mirrors/mednafen-git/blob/1899500078169e787f86eb5302a3f35abdaa8764/src/psx/cdc.cpp#L2007

This fixes the black screen issue in "This is Football 2".
This also fixes the black screen issue in Pooh's Party
after you selected a character.
libpcsxcore/cdrom.c