This commit is contained in:
fincs 2015-10-05 11:40:20 +02:00
parent 66396c5777
commit f4cef43033

View File

@ -28,7 +28,7 @@ typedef struct {
mvdstdTypeInput input_type; ///< Input type. mvdstdTypeInput input_type; ///< Input type.
u32 unk_x04; ///< Unknown. u32 unk_x04; ///< Unknown.
u32 unk_x08; ///< Unknown. u32 unk_x08; ///< Unknown.
u32 inwidth ///< Input width. u32 inwidth; ///< Input width.
u32 inheight; ///< Input height. u32 inheight; ///< Input height.
u32 physaddr_colorconv_indata; ///< Physical address of color conversion input data. u32 physaddr_colorconv_indata; ///< Physical address of color conversion input data.
u32 unk_x18[0x28>>2]; ///< Unknown. u32 unk_x18[0x28>>2]; ///< Unknown.