This just loads the [[#GameMovieId]] from state, when available.
=== GetNotTrimmingEvent ===
=== GetNotTrimmingEvent ===
Line 80:
Line 82:
=== SetThumbnailRgba ===
=== SetThumbnailRgba ===
Takes a type-0x45 input buffer, a s32 '''width''', and a s32 '''height''', no output.
Takes a type-0x45 input buffer, a s32 '''width''', and a s32 '''height''', no output.
+
+
'''width''' must be 1280, '''height''' must be 720, and the buffer size must be at least 0x384000. After this validation, this just copies the input buffer to state with size 0x384000 and returns 0.