diff options
| author | Jules Blok <jules.blok@gmail.com> | 2016-11-13 22:16:29 +0100 |
|---|---|---|
| committer | Jules Blok <jules.blok@gmail.com> | 2016-11-13 22:17:40 +0100 |
| commit | 7e35a47b511176aa2c285568d582c6ea281a4ce1 (patch) | |
| tree | d23de73414222d38e2f23d16fd6e51fceeaf3876 /Source/Core/VideoCommon | |
| parent | aa0e4472c0ff0091ff6e699894b5ef674e6c7647 (diff) | |
Cosmetics.
Diffstat (limited to 'Source/Core/VideoCommon')
| -rw-r--r-- | Source/Core/VideoCommon/RenderBase.h | 2 |
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() {} |
