summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvdevice.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/nvdevice.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 'src/core/hle/service/nvdrv/devices/nvdevice.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvdevice.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvdevice.h b/src/core/hle/service/nvdrv/devices/nvdevice.h
index 1ee2787c6..5ee33b3d6 100644
--- a/src/core/hle/service/nvdrv/devices/nvdevice.h
+++ b/src/core/hle/service/nvdrv/devices/nvdevice.h
@@ -8,7 +8,7 @@
#include "common/common_types.h"
namespace Service {
-namespace NVDRV {
+namespace Nvidia {
namespace Devices {
/// Represents an abstract nvidia device node. It is to be subclassed by concrete device nodes to
@@ -29,5 +29,5 @@ public:
};
} // namespace Devices
-} // namespace NVDRV
+} // namespace Nvidia
} // namespace Service