mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Since we know from #9601 that e9d5eb694b
is wrong, at least make it more specific.
This commit is contained in:
parent
22e509905e
commit
b286283ced
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue