summaryrefslogtreecommitdiff
path: root/src/video_core/host1x/host1x.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/video_core/host1x/host1x.h')
-rw-r--r--src/video_core/host1x/host1x.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/video_core/host1x/host1x.h b/src/video_core/host1x/host1x.h
index 13c37e6b4..d72d97b7b 100644
--- a/src/video_core/host1x/host1x.h
+++ b/src/video_core/host1x/host1x.h
@@ -21,6 +21,7 @@ namespace Host1x {
21class Host1x { 21class Host1x {
22public: 22public:
23 explicit Host1x(Core::System& system); 23 explicit Host1x(Core::System& system);
24 ~Host1x();
24 25
25 SyncpointManager& GetSyncpointManager() { 26 SyncpointManager& GetSyncpointManager() {
26 return syncpoint_manager; 27 return syncpoint_manager;