summaryrefslogtreecommitdiffstats
path: root/src/video_core/renderer_opengl/renderer_opengl.h
diff options
context:
space:
mode:
authorarchshift <admin@archshift.com>2014-09-07 20:51:10 +0200
committerarchshift <admin@archshift.com>2014-09-09 00:43:36 +0200
commit8fe5f2e2fe33ccde39bc79898052a8f679222964 (patch)
tree84b06d77b08b3ef5d67156c5b6e6c588fe7e6c6c /src/video_core/renderer_opengl/renderer_opengl.h
parentAdded string_util to common, small changes in loader.cpp (diff)
downloadyuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.gz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.bz2
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.lz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.xz
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.tar.zst
yuzu-8fe5f2e2fe33ccde39bc79898052a8f679222964.zip
Diffstat (limited to 'src/video_core/renderer_opengl/renderer_opengl.h')
-rw-r--r--src/video_core/renderer_opengl/renderer_opengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_opengl/renderer_opengl.h b/src/video_core/renderer_opengl/renderer_opengl.h
index eac91df51..0d25b2a52 100644
--- a/src/video_core/renderer_opengl/renderer_opengl.h
+++ b/src/video_core/renderer_opengl/renderer_opengl.h
@@ -27,7 +27,7 @@ public:
* @param src_rect Source rectangle in XFB to copy
* @param dst_rect Destination rectangle in output framebuffer to copy to
*/
- void RenderXFB(const common::Rect& src_rect, const common::Rect& dst_rect);
+ void RenderXFB(const Common::Rect& src_rect, const Common::Rect& dst_rect);
/**
* Set the emulator window to use for renderer