summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/core/nvmap.h
diff options
context:
space:
mode:
authorLiam <byteslice@airmail.cc>2022-10-27 03:35:19 +0200
committerLiam <byteslice@airmail.cc>2022-10-27 14:28:02 +0200
commit2cdfbbc07d74548527fbefd738f860ce66f52e34 (patch)
treed80f66ca3c2f53d46bb4cc20c9fa29d377da14eb /src/core/hle/service/nvdrv/core/nvmap.h
parentvi: implement CloseDisplay (diff)
downloadyuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar.gz
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar.bz2
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar.lz
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar.xz
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.tar.zst
yuzu-2cdfbbc07d74548527fbefd738f860ce66f52e34.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/core/nvmap.h')
-rw-r--r--src/core/hle/service/nvdrv/core/nvmap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/core/nvmap.h b/src/core/hle/service/nvdrv/core/nvmap.h
index b9dd3801f..a8e573890 100644
--- a/src/core/hle/service/nvdrv/core/nvmap.h
+++ b/src/core/hle/service/nvdrv/core/nvmap.h
@@ -105,6 +105,7 @@ public:
u64 address; //!< Address the handle referred to before deletion
u64 size; //!< Page-aligned handle size
bool was_uncached; //!< If the handle was allocated as uncached
+ bool can_unlock; //!< If the address region is ready to be unlocked
};
explicit NvMap(Tegra::Host1x::Host1x& host1x);