summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/vi/vi_u.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/vi/vi_u.h')
-rw-r--r--src/core/hle/service/vi/vi_u.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/core/hle/service/vi/vi_u.h b/src/core/hle/service/vi/vi_u.h
index c557a2235..e9b4f76b2 100644
--- a/src/core/hle/service/vi/vi_u.h
+++ b/src/core/hle/service/vi/vi_u.h
@@ -6,13 +6,11 @@
#include "core/hle/service/vi/vi.h"
-namespace Service {
-namespace VI {
+namespace Service::VI {
class VI_U final : public Module::Interface {
public:
explicit VI_U(std::shared_ptr<Module> module, std::shared_ptr<NVFlinger::NVFlinger> nv_flinger);
};
-} // namespace VI
-} // namespace Service
+} // namespace Service::VI