summaryrefslogtreecommitdiff
path: root/src/video_core/host1x/host1x.h
diff options
context:
space:
mode:
authorGravatar Fernando Sahmkow2022-09-01 05:45:22 +0200
committerGravatar Fernando Sahmkow2022-10-06 21:00:54 +0200
commitca3db0d7c94a20668781830ff852dbf512598efb (patch)
treeedd20d669000e980169db27a896adc09078ceeaa /src/video_core/host1x/host1x.h
parentstate_tracker: workaround channel setup for homebrew (diff)
downloadyuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.gz
yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.tar.xz
yuzu-ca3db0d7c94a20668781830ff852dbf512598efb.zip
General: address feedback
Diffstat (limited to 'src/video_core/host1x/host1x.h')
-rw-r--r--src/video_core/host1x/host1x.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_core/host1x/host1x.h b/src/video_core/host1x/host1x.h
index 7ecf853d9..57082ae54 100644
--- a/src/video_core/host1x/host1x.h
+++ b/src/video_core/host1x/host1x.h
@@ -19,7 +19,7 @@ namespace Host1x {
19 19
20class Host1x { 20class Host1x {
21public: 21public:
22 Host1x(Core::System& system); 22 explicit Host1x(Core::System& system);
23 23
24 SyncpointManager& GetSyncpointManager() { 24 SyncpointManager& GetSyncpointManager() {
25 return syncpoint_manager; 25 return syncpoint_manager;