aboutsummaryrefslogtreecommitdiff
path: root/src/video_core/renderer_opengl/renderer_opengl.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-06 11:07:28 -0400
committerGitHub <noreply@github.com>2018-04-06 11:07:28 -0400
commit37041ea12ccfc95013817ecb08319ad31b844a9a (patch)
tree62639491af6cf33db16464fbf797270c19e2c8fa /src/video_core/renderer_opengl/renderer_opengl.h
parent358050cfc6cb88b5bfd3997f1e3f1e135ae808e6 (diff)
parentd1d7582a5bd00ca6c63bc47c1da10910ec00f9c8 (diff)
Merge pull request #310 from N00byKing/patch-1
Update multiple comments from citra to yuzu
Diffstat (limited to 'src/video_core/renderer_opengl/renderer_opengl.h')
-rw-r--r--src/video_core/renderer_opengl/renderer_opengl.h4
1 files changed, 2 insertions, 2 deletions
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<float> display_texcoords;