summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon
diff options
context:
space:
mode:
authorJules Blok <jules.blok@gmail.com>2016-11-13 22:16:29 +0100
committerJules Blok <jules.blok@gmail.com>2016-11-13 22:17:40 +0100
commit7e35a47b511176aa2c285568d582c6ea281a4ce1 (patch)
treed23de73414222d38e2f23d16fd6e51fceeaf3876 /Source/Core/VideoCommon
parentaa0e4472c0ff0091ff6e699894b5ef674e6c7647 (diff)
Cosmetics.
Diffstat (limited to 'Source/Core/VideoCommon')
-rw-r--r--Source/Core/VideoCommon/RenderBase.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/VideoCommon/RenderBase.h b/Source/Core/VideoCommon/RenderBase.h
index 15324f0ab5..3d37b716f9 100644
--- a/Source/Core/VideoCommon/RenderBase.h
+++ b/Source/Core/VideoCommon/RenderBase.h
@@ -73,7 +73,7 @@ public:
virtual void SetInterlacingMode() {}
virtual void SetViewport() {}
virtual void SetFullscreen(bool enable_fullscreen) {}
- virtual bool IsFullscreen() { return false; }
+ virtual bool IsFullscreen() const { return false; }
virtual void ApplyState(bool bUseDstAlpha) {}
virtual void RestoreState() {}
virtual void ResetAPIState() {}