summaryrefslogtreecommitdiffstats
path: root/src/core/device_memory.h
diff options
context:
space:
mode:
authorGPUCode <geoster3d@gmail.com>2023-11-17 21:23:48 +0100
committert895 <clombardo169@gmail.com>2023-11-25 06:46:47 +0100
commit48388376206aaa7d887b41030019035a06203867 (patch)
tree6dc27b3fc69d7ec4a1d4247fd0a00b7542ef72d4 /src/core/device_memory.h
parentexternals: Add oaknut submodule (diff)
downloadyuzu-48388376206aaa7d887b41030019035a06203867.tar
yuzu-48388376206aaa7d887b41030019035a06203867.tar.gz
yuzu-48388376206aaa7d887b41030019035a06203867.tar.bz2
yuzu-48388376206aaa7d887b41030019035a06203867.tar.lz
yuzu-48388376206aaa7d887b41030019035a06203867.tar.xz
yuzu-48388376206aaa7d887b41030019035a06203867.tar.zst
yuzu-48388376206aaa7d887b41030019035a06203867.zip
Diffstat (limited to 'src/core/device_memory.h')
-rw-r--r--src/core/device_memory.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/device_memory.h b/src/core/device_memory.h
index 13388b73e..368f19e86 100644
--- a/src/core/device_memory.h
+++ b/src/core/device_memory.h
@@ -18,7 +18,7 @@ enum : u64 {
class DeviceMemory {
public:
- explicit DeviceMemory();
+ explicit DeviceMemory(bool direct_mapped_address);
~DeviceMemory();
DeviceMemory& operator=(const DeviceMemory&) = delete;