Improve CdlPause command based on Mednafen's implementation (#207)
authorgameblabla <gameblabla@users.noreply.github.com>
Fri, 27 Aug 2021 22:05:02 +0000 (22:05 +0000)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 22:05:02 +0000 (01:05 +0300)
commite3d555e0f3578b4e317f9739a715744cbe1a8395
treef3befd75801215c7e6c25c05b20254342977fc67
parentb0bd140dee2602140edacd20dc868c9bfdd588b2
Improve CdlPause command based on Mednafen's implementation (#207)

Reference :
https://github.com/libretro-mirrors/mednafen-git/blob/master/src/psx/cdc.cpp#L1969

This fixed an issue with Worms Pinball booting to the language screen.
Previously, it would sometimes boot to it but not reliably
and the screen would always not appear or be black.

Now, the emulator doesn't crash anymore and the language screen
can be seen (although it is a glitchy mess).
libpcsxcore/cdrom.c