diff options
| author | Subv <subv2112@gmail.com> | 2018-01-15 17:39:00 -0500 |
|---|---|---|
| committer | bunnei <bunneidev@gmail.com> | 2018-01-16 19:03:49 -0500 |
| commit | 30657f9ca1485dcf9611d3c4ea3c74d52b350dec (patch) | |
| tree | 66254dcdc6002297706d9c7169a46eaff806c611 /src/core/hle/service/nvdrv/devices/nvmap.cpp | |
| parent | f827b17dd4a3b555714032f409181b877686d10d (diff) | |
NV: Move the nvdrv classes into the Nvidia namespace, and move the functionality to a s single module that services call.
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvmap.cpp')
| -rw-r--r-- | src/core/hle/service/nvdrv/devices/nvmap.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvmap.cpp b/src/core/hle/service/nvdrv/devices/nvmap.cpp index 2d6f30e3e..d37b5b159 100644 --- a/src/core/hle/service/nvdrv/devices/nvmap.cpp +++ b/src/core/hle/service/nvdrv/devices/nvmap.cpp @@ -9,7 +9,7 @@ #include "core/hle/service/nvdrv/devices/nvmap.h" namespace Service { -namespace NVDRV { +namespace Nvidia { namespace Devices { VAddr nvmap::GetObjectAddress(u32 handle) const { @@ -151,5 +151,5 @@ u32 nvmap::IocParam(const std::vector<u8>& input, std::vector<u8>& output) { } } // namespace Devices -} // namespace NVDRV +} // namespace Nvidia } // namespace Service |
