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 2e2b110 commit f8801ac
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 @@ -497,7 +497,7 @@ typedef struct {
u16 product_code;
u32 serial_number;
u8 manufacture_week;
u8 manufacture_year;
u8 manufacture_year; ///< Real value is val - 10.
u8 edid_version;
u8 edid_revision;
u8 video_input_parameters_bitmap;
Expand Down Expand Up @@ -560,6 +560,7 @@ 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];
} SetSysEdid;

/// DataDeletionSettings
Expand Down

0 comments on commit f8801ac

Please sign in to comment.