From b286283ced0a3e5707cff123b01ea2d3c62a0110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrik=20Rydg=C3=A5rd?= Date: Thu, 18 May 2017 15:30:12 +0200 Subject: [PATCH] Since we know from #9601 that e9d5eb694b is wrong, at least make it more specific. --- Core/HLE/scePsmf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Core/HLE/scePsmf.cpp b/Core/HLE/scePsmf.cpp index 122ad76072..e05ea4b3a4 100644 --- a/Core/HLE/scePsmf.cpp +++ b/Core/HLE/scePsmf.cpp @@ -1764,7 +1764,7 @@ static u32 scePsmfPlayerGetPsmfInfo(u32 psmfPlayer, u32 psmfInfoAddr, u32 widthA info->numPCMStreams = 0; info->playerVersion = psmfplayer->playerVersion; - if (psmfPlayerLibVersion >= 0x03090510) { + if (psmfPlayerLibVersion == 0x03090510) { // LocoRoco 2 depends on these for sizing its video output. Without this, its height is zero // and nothing is drawn. // Can't ask mediaengine for width/height here, it's too early, so we grabbed it from the