summaryrefslogtreecommitdiff
path: root/src/video_core/renderer_base.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/renderer_base.h')
-rw-r--r--src/video_core/renderer_base.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/renderer_base.h b/src/video_core/renderer_base.h
index 506bff815..91a7b7f17 100644
--- a/src/video_core/renderer_base.h
+++ b/src/video_core/renderer_base.h
@@ -38,7 +38,7 @@ public:
38 virtual void SetWindow(EmuWindow* window) = 0; 38 virtual void SetWindow(EmuWindow* window) = 0;
39 39
40 /// Initialize the renderer 40 /// Initialize the renderer
41 virtual void Init() = 0; 41 virtual bool Init() = 0;
42 42
43 /// Shutdown the renderer 43 /// Shutdown the renderer
44 virtual void ShutDown() = 0; 44 virtual void ShutDown() = 0;