Skip to content

Commit

Permalink
Fix wrong names in SetSysModeLine
Browse files Browse the repository at this point in the history
  • Loading branch information
masagrator authored and fincs committed Dec 8, 2024
1 parent e79dd7a commit a063ceb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions nx/include/switch/services/set.h
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,8 @@ typedef struct {
u8 vertical_active_lines_msb : 4;
u8 horizontal_sync_offset_pixels_lsb;
u8 horizontal_sync_pulse_width_pixels_lsb;
u8 horizontal_sync_pulse_width_lines_lsb : 4;
u8 horizontal_sync_offset_lines_lsb : 4;
u8 vertical_sync_pulse_width_lines_lsb : 4;
u8 vertical_sync_offset_lines_lsb : 4;
u8 vertical_sync_pulse_width_lines_msb : 2;
u8 vertical_sync_offset_lines_msb : 2;
u8 horizontal_sync_pulse_width_pixels_msb : 2;
Expand Down

0 comments on commit a063ceb

Please sign in to comment.