Skip to content

Commit

Permalink
Update SetSysEdid
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored Nov 26, 2024
1 parent f8801ac commit 3862e02
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion nx/include/switch/services/set.h
Original file line number Diff line number Diff line change
Expand Up @@ -560,7 +560,8 @@ typedef struct {
SetSysModeLine extended_timing_descriptor[5];
u8 padding[5];
u8 extended_checksum; ///< Sum of 128 extended bytes should equal 0 mod 256.
char reserved[0x100];
u8 data2[0x80]; ///< [13.0.0+]
u8 data3[0x80]; ///< [13.0.0+]
} SetSysEdid;

/// DataDeletionSettings
Expand Down

0 comments on commit 3862e02

Please sign in to comment.