aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/vi/vi_m.cpp
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-01-22 13:22:20 -0500
committerGitHub <noreply@github.com>2018-01-22 13:22:20 -0500
commit7f19a7d305c00bf680787c60a550c6ff10e955e0 (patch)
treeafa1c5c7761d167d59ed5de3fad7a28d1edf9d0f /src/core/hle/service/vi/vi_m.cpp
parent07355cf7cc114d27c34d2b61a35f929a6db3f8fb (diff)
parent8d7686ff8e5a5be74d4808af4311d3746e4072f7 (diff)
Merge pull request #132 from Subv/nvflinger
VI: Move BufferQueue and NVFlinger to their own folder/namespace.
Diffstat (limited to 'src/core/hle/service/vi/vi_m.cpp')
-rw-r--r--src/core/hle/service/vi/vi_m.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/vi/vi_m.cpp b/src/core/hle/service/vi/vi_m.cpp
index 1a5a28b0d..6deedf842 100644
--- a/src/core/hle/service/vi/vi_m.cpp
+++ b/src/core/hle/service/vi/vi_m.cpp
@@ -23,7 +23,7 @@ VI_M::VI_M() : ServiceFramework("vi:m") {
{3, nullptr, "GetDisplayServiceWithProxyNameExchange"},
};
RegisterHandlers(functions);
- nv_flinger = std::make_shared<NVFlinger>();
+ nv_flinger = std::make_shared<NVFlinger::NVFlinger>();
}
} // namespace VI