summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-04-20 15:44:40 +0200
committerGitHub <noreply@github.com>2018-04-20 15:44:40 +0200
commitb11f6f90e7f0c6f13f3ac28042a6acd17265dea0 (patch)
tree69298d8974a70abb4c83f4fe044c180b49f7e00d /src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
parentMerge pull request #364 from lioncash/thread-local (diff)
parentservice: Use nested namespace specifiers where applicable (diff)
downloadyuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar.gz
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar.bz2
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar.lz
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar.xz
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.tar.zst
yuzu-b11f6f90e7f0c6f13f3ac28042a6acd17265dea0.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvdisp_disp0.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvdisp_disp0.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
index 66f56f23d..3d3979723 100644
--- a/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
+++ b/src/core/hle/service/nvdrv/devices/nvdisp_disp0.h
@@ -10,9 +10,7 @@
#include "core/hle/service/nvdrv/devices/nvdevice.h"
#include "core/hle/service/nvflinger/buffer_queue.h"
-namespace Service {
-namespace Nvidia {
-namespace Devices {
+namespace Service::Nvidia::Devices {
class nvmap;
@@ -31,6 +29,4 @@ private:
std::shared_ptr<nvmap> nvmap_dev;
};
-} // namespace Devices
-} // namespace Nvidia
-} // namespace Service
+} // namespace Service::Nvidia::Devices