mirror of
https://github.com/libretro/RetroArch
synced 2025-03-03 04:14:00 +00:00
Merge pull request #8186 from natinusala/master
menu_display_gl: fix scissoring implementation for gl enabled cores
This commit is contained in:
commit
11b02125dc
1
.gitignore
vendored
1
.gitignore
vendored
@ -76,6 +76,7 @@ run.sh
|
||||
convert_rumble.awk
|
||||
*~
|
||||
assets
|
||||
info
|
||||
|
||||
# Wii U
|
||||
*.depend
|
||||
|
@ -259,6 +259,7 @@ static void menu_display_gl_scissor_begin(video_frame_info_t *video_info, int x,
|
||||
|
||||
static void menu_display_gl_scissor_end(video_frame_info_t *video_info)
|
||||
{
|
||||
glScissor(0, 0, video_info->width, video_info->height);
|
||||
glDisable(GL_SCISSOR_TEST);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user