summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvmap.h
diff options
context:
space:
mode:
authorSubv <subv2112@gmail.com>2018-01-15 23:39:00 +0100
committerbunnei <bunneidev@gmail.com>2018-01-17 01:03:49 +0100
commit30657f9ca1485dcf9611d3c4ea3c74d52b350dec (patch)
tree66254dcdc6002297706d9c7169a46eaff806c611 /src/core/hle/service/nvdrv/devices/nvmap.h
parentVI: Stubbed GetNativeHandle, Create/DestroyStrayLayer and CloseDisplay (diff)
downloadyuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar.gz
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar.bz2
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar.lz
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar.xz
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.tar.zst
yuzu-30657f9ca1485dcf9611d3c4ea3c74d52b350dec.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvmap.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvmap.h b/src/core/hle/service/nvdrv/devices/nvmap.h
index e74f356e5..6954c0324 100644
--- a/src/core/hle/service/nvdrv/devices/nvmap.h
+++ b/src/core/hle/service/nvdrv/devices/nvmap.h
@@ -13,7 +13,7 @@
#include "core/hle/service/nvdrv/devices/nvdevice.h"
namespace Service {
-namespace NVDRV {
+namespace Nvidia {
namespace Devices {
class nvmap final : public nvdevice {
@@ -104,5 +104,5 @@ private:
};
} // namespace Devices
-} // namespace NVDRV
+} // namespace Nvidia
} // namespace Service