mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-26 01:40:24 +00:00
commit
d2ce324c52
@ -830,7 +830,7 @@ u32 scePsmfGetEPWithTimestamp(u32 psmfStruct, u32 ts, u32 entryAddr)
|
|||||||
|
|
||||||
int epid = psmf->FindEPWithTimestamp(ts);
|
int epid = psmf->FindEPWithTimestamp(ts);
|
||||||
if (epid < 0 || epid >= (int)psmf->EPMap.size()) {
|
if (epid < 0 || epid >= (int)psmf->EPMap.size()) {
|
||||||
ERROR_LOG(ME, "scePsmfGetEPidWithTimestamp(%08x, %i): invalid id", psmfStruct, epid);
|
ERROR_LOG(ME, "scePsmfGetEPWithTimestamp(%08x, %i): invalid id", psmfStruct, epid);
|
||||||
return ERROR_PSMF_INVALID_ID;
|
return ERROR_PSMF_INVALID_ID;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user