Skip to content

Commit

Permalink
Corrected offset in comment for X_DISPLAY_INFO.
Browse files Browse the repository at this point in the history
  • Loading branch information
gibbed committed Jun 18, 2016
1 parent b12579c commit 9477cef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xenia/kernel/xboxkrnl/xboxkrnl_video.cc
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ struct X_DISPLAY_INFO {
xe::be<uint16_t> front_buffer_height; // 0x2
xe::be<uint8_t> front_buffer_color_format; // 0x4
xe::be<uint8_t> front_buffer_pixel_format; // 0x5
X_D3DPRIVATE_SCALER_PARAMETERS scaler_parameters; // 0x6
X_D3DPRIVATE_SCALER_PARAMETERS scaler_parameters; // 0x8
xe::be<uint16_t> display_window_overscan_left; // 0x40
xe::be<uint16_t> display_window_overscan_top; // 0x42
xe::be<uint16_t> display_window_overscan_right; // 0x44
Expand Down

0 comments on commit 9477cef

Please sign in to comment.