summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/nvdrv.h
diff options
context:
space:
mode:
authorChloe Marcec <dmarcecguzman@gmail.com>2020-11-10 05:56:41 +0100
committerChloe Marcec <dmarcecguzman@gmail.com>2020-11-10 05:57:36 +0100
commitfc4d692c503ca11a9339f0464520caf88d8474de (patch)
tree50702eaa2142d8fc39a2d7fb24d09fbed846e577 /src/core/hle/service/nvdrv/nvdrv.h
parentcore: Make nvservices more standardized (diff)
downloadyuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar.gz
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar.bz2
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar.lz
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar.xz
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.tar.zst
yuzu-fc4d692c503ca11a9339f0464520caf88d8474de.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/nvdrv/nvdrv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/nvdrv/nvdrv.h b/src/core/hle/service/nvdrv/nvdrv.h
index 3ccc62a76..7654bb026 100644
--- a/src/core/hle/service/nvdrv/nvdrv.h
+++ b/src/core/hle/service/nvdrv/nvdrv.h
@@ -112,7 +112,7 @@ public:
return std::static_pointer_cast<T>(itr->second);
}
- NvResult VerifyFd(DeviceFD fd) const;
+ NvResult VerifyFD(DeviceFD fd) const;
/// Opens a device node and returns a file descriptor to it.
DeviceFD Open(const std::string& device_name);