mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Set default pixel mode for sceMpeg to 8888
This commit is contained in:
parent
94e485e695
commit
5b015dd788
1 changed files with 1 additions and 1 deletions
|
@ -456,7 +456,7 @@ u32 sceMpegCreate(u32 mpegAddr, u32 dataPtr, u32 size, u32 ringbufferAddr, u32 f
|
|||
ctx->videoFrameCount = 0;
|
||||
ctx->audioFrameCount = 0;
|
||||
// TODO: What's the actual default?
|
||||
ctx->videoPixelMode = 0;
|
||||
ctx->videoPixelMode = TPSM_PIXEL_STORAGE_MODE_32BIT_ABGR8888;
|
||||
ctx->avcRegistered = false;
|
||||
ctx->atracRegistered = false;
|
||||
ctx->pcmRegistered = false;
|
||||
|
|
Loading…
Add table
Reference in a new issue