mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-03 13:31:27 +12:00
fix CellSysutilAvc2InitParam
This commit is contained in:
parent
dbeb8cfbec
commit
0231902a69
1 changed files with 1 additions and 1 deletions
|
@ -233,8 +233,8 @@ struct CellSysutilAvc2InitParam
|
||||||
be_t<u16> direct_streaming_mode;
|
be_t<u16> direct_streaming_mode;
|
||||||
CellSysutilAvc2StreamingModeParam streaming_mode;
|
CellSysutilAvc2StreamingModeParam streaming_mode;
|
||||||
};
|
};
|
||||||
be_t<u32> media_type;
|
|
||||||
u8 reserved[18];
|
u8 reserved[18];
|
||||||
|
be_t<u32> media_type;
|
||||||
CellSysutilAvc2VoiceInitParam voice_param;
|
CellSysutilAvc2VoiceInitParam voice_param;
|
||||||
CellSysutilAvc2VideoInitParam video_param;
|
CellSysutilAvc2VideoInitParam video_param;
|
||||||
u8 reserved2[22];
|
u8 reserved2[22];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue