Skip to content

Commit

Permalink
(GX2) Implement end_scissor
Browse files Browse the repository at this point in the history
  • Loading branch information
inactive123 committed Sep 28, 2018
1 parent fcaced9 commit 29b4da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion menu/drivers_display/menu_display_wiiu.c
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ static void menu_display_wiiu_scissor_begin(video_frame_info_t *video_info, int

static void menu_display_wiiu_scissor_end(void)
{
/* Scissor test is always enabled with GX2 */
GX2SetScissor(0, 0, video_info->width, video_info->height);
}

menu_display_ctx_driver_t menu_display_ctx_wiiu = {
Expand Down

0 comments on commit 29b4da6

Please sign in to comment.