From ca17f581f59364ff54a5b8a220e3fef46795fe77 Mon Sep 17 00:00:00 2001 From: N00byKing Date: Wed, 4 Apr 2018 23:03:02 +0200 Subject: renderer_opengl.h: Update from citra to yuzu --- src/video_core/renderer_opengl/renderer_opengl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/video_core/renderer_opengl/renderer_opengl.h') diff --git a/src/video_core/renderer_opengl/renderer_opengl.h b/src/video_core/renderer_opengl/renderer_opengl.h index fffd0f9f4..c52f40037 100644 --- a/src/video_core/renderer_opengl/renderer_opengl.h +++ b/src/video_core/renderer_opengl/renderer_opengl.h @@ -14,7 +14,7 @@ class EmuWindow; -/// Structure used for storing information about the textures for each 3DS screen +/// Structure used for storing information about the textures for the Switch screen struct TextureInfo { OGLTexture resource; GLsizei width; @@ -24,7 +24,7 @@ struct TextureInfo { Tegra::FramebufferConfig::PixelFormat pixel_format; }; -/// Structure used for storing information about the display target for each 3DS screen +/// Structure used for storing information about the display target for the Switch screen struct ScreenInfo { GLuint display_texture; MathUtil::Rectangle display_texcoords; -- cgit v1.2.3