mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-02 23:03:42 +00:00
Merge pull request #8693 from sum2012/pmp-video
Temporarily disable PMP video for non-windows
This commit is contained in:
commit
e91fc59bbe
@ -2223,6 +2223,7 @@ void Register_sceMpeg()
|
||||
// p pointing to a SceMpegLLI structure consists of video frame blocks.
|
||||
static u32 sceMpegbase_BEA18F91(u32 p)
|
||||
{
|
||||
#ifdef _WIN32
|
||||
pmp_videoSource = p;
|
||||
pmp_nBlocks = 0;
|
||||
SceMpegLLI lli;
|
||||
@ -2237,6 +2238,11 @@ static u32 sceMpegbase_BEA18F91(u32 p)
|
||||
}
|
||||
|
||||
DEBUG_LOG(ME, "sceMpegbase_BEA18F91(%08x), received %d block(s)", pmp_videoSource, pmp_nBlocks);
|
||||
#else
|
||||
// Temporarily disable PMP video for non-windows
|
||||
// See issue #8603
|
||||
WARN_LOG(ME, "Temporarily disable PMP video for non-windows");
|
||||
#endif
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user