summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-01-22 19:40:02 +0100
committerSubv <subv2112@gmail.com>2018-01-22 19:40:02 +0100
commit42859461f3d6db8ea64facdf388d4791f713c7b1 (patch)
tree379f83f27aa9718926733bf3e8c9e10cfd50b409 /src/core/hle/service/vi/vi.h
parentMerge pull request #132 from Subv/nvflinger (diff)
downloadyuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar.gz
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar.bz2
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar.lz
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar.xz
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.tar.zst
yuzu-42859461f3d6db8ea64facdf388d4791f713c7b1.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/vi/vi.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi.h b/src/core/hle/service/vi/vi.h
index 5e9b7e6cf..a6e084f87 100644
--- a/src/core/hle/service/vi/vi.h
+++ b/src/core/hle/service/vi/vi.h
@@ -39,7 +39,8 @@ private:
};
/// Registers all VI services with the specified service manager.
-void InstallInterfaces(SM::ServiceManager& service_manager);
+void InstallInterfaces(SM::ServiceManager& service_manager,
+ std::shared_ptr<NVFlinger::NVFlinger> nv_flinger);
} // namespace VI
} // namespace Service