mirror of
https://github.com/libretro/ppsspp.git
synced 2025-01-10 18:40:42 +00:00
Typo fix
This commit is contained in:
parent
ce8f98e1fb
commit
1e3ec469fd
@ -1373,7 +1373,7 @@ u32 sceMpegAvcCsc(u32 mpeg, u32 sourceAddr, u32 rangeAddr, int frameWidth, u32 d
|
||||
x, y, width, height);
|
||||
|
||||
gpu->InvalidateCache(destAddr, destSize, GPU_INVALIDATE_SAFE);
|
||||
return hleDelayResult(0, "mpeg avc csc", avcDecodeDelayMs);;
|
||||
return hleDelayResult(0, "mpeg avc csc", avcDecodeDelayMs);
|
||||
}
|
||||
|
||||
u32 sceMpegRingbufferDestruct(u32 ringbufferAddr)
|
||||
|
Loading…
Reference in New Issue
Block a user