From: gameblabla Date: Fri, 27 Aug 2021 22:05:02 +0000 (+0000) Subject: Improve CdlPause command based on Mednafen's implementation (#207) X-Git-Tag: r23~124 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3d555e0f3578b4e317f9739a715744cbe1a8395;hp=e3d555e0f3578b4e317f9739a715744cbe1a8395;p=pcsx_rearmed.git 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). ---