From 0231902a69f224e829c94b1c49380ca91f78f284 Mon Sep 17 00:00:00 2001 From: RipleyTom Date: Sat, 13 Apr 2024 00:57:45 +0200 Subject: [PATCH] fix CellSysutilAvc2InitParam --- rpcs3/Emu/Cell/Modules/cellSysutilAvc2.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellSysutilAvc2.h b/rpcs3/Emu/Cell/Modules/cellSysutilAvc2.h index c93c73a6b4..c82232302f 100644 --- a/rpcs3/Emu/Cell/Modules/cellSysutilAvc2.h +++ b/rpcs3/Emu/Cell/Modules/cellSysutilAvc2.h @@ -233,8 +233,8 @@ struct CellSysutilAvc2InitParam be_t direct_streaming_mode; CellSysutilAvc2StreamingModeParam streaming_mode; }; - be_t media_type; u8 reserved[18]; + be_t media_type; CellSysutilAvc2VoiceInitParam voice_param; CellSysutilAvc2VideoInitParam video_param; u8 reserved2[22];