Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Fancy2209 authored Feb 4, 2025
1 parent 1efaa7a commit 3ed8cf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/video/ogc/SDL_ogcvideo.c
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ static void add_supported_modes(SDL_VideoDisplay *display, u32 tv_format)

/* Now add all the "standard" modes from libogc */
while (*gx_modes) {
init_display_mode(&mode, *gx_modes, *gx_modes->fbWidth);
init_display_mode(&mode, *gx_modes, (*gx_modes)->fbWidth);
SDL_AddDisplayMode(display, &mode);
gx_modes++;
}
Expand Down

0 comments on commit 3ed8cf9

Please sign in to comment.