aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi_u.cpp
diff options
context:
space:
mode:
authorHexagon12 <Hexagon12@users.noreply.github.com>2018-04-17 18:37:43 +0300
committerbunnei <bunneidev@gmail.com>2018-04-17 11:37:43 -0400
commite52a87b98a8aba7df498f4cdb861484ecd0333ca (patch)
treed23babf7fd3e6b40c77a1ba5141ff3cad6357787 /src/core/hle/service/vi/vi_u.cpp
parent0905dc1ff44ba87d73cee5620ea12a34959da50e (diff)
Various service name fixes - part 2 (rebased) (#322)
* Updated ACC with more service names * Updated SVC with more service names * Updated set with more service names * Updated sockets with more service names * Updated SPL with more service names * Updated time with more service names * Updated vi with more service names
Diffstat (limited to 'src/core/hle/service/vi/vi_u.cpp')
-rw-r--r--src/core/hle/service/vi/vi_u.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi_u.cpp b/src/core/hle/service/vi/vi_u.cpp
index 14e375b86..d675dfd9e 100644
--- a/src/core/hle/service/vi/vi_u.cpp
+++ b/src/core/hle/service/vi/vi_u.cpp
@@ -11,7 +11,6 @@ VI_U::VI_U(std::shared_ptr<Module> module, std::shared_ptr<NVFlinger::NVFlinger>
: Module::Interface(std::move(module), "vi:u", std::move(nv_flinger)) {
static const FunctionInfo functions[] = {
{0, &VI_U::GetDisplayService, "GetDisplayService"},
- {3, nullptr, "GetDisplayServiceWithProxyNameExchange"},
};
RegisterHandlers(functions);
}