1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2024-11-22 02:32:36 +01:00

fix CellSysutilAvc2InitParam

This commit is contained in:
RipleyTom 2024-04-13 00:57:45 +02:00 committed by Ani
parent dbeb8cfbec
commit 0231902a69

View File

@ -233,8 +233,8 @@ struct CellSysutilAvc2InitParam
be_t<u16> direct_streaming_mode;
CellSysutilAvc2StreamingModeParam streaming_mode;
};
be_t<u32> media_type;
u8 reserved[18];
be_t<u32> media_type;
CellSysutilAvc2VoiceInitParam voice_param;
CellSysutilAvc2VideoInitParam video_param;
u8 reserved2[22];