summaryrefslogtreecommitdiffstats
path: root/src/video_core/host1x
diff options
context:
space:
mode:
authorFernando Sahmkow <fsahmkow27@gmail.com>2023-12-30 08:20:29 +0100
committerLiam <byteslice@airmail.cc>2024-01-19 03:12:30 +0100
commit9b11b9dce58b144d7f4407677a5e2dd52ca1888c (patch)
tree3ad809761f93833fa8ad350a6ef6273001df287c /src/video_core/host1x
parentSMMU: Add Android compatibility (diff)
downloadyuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar.gz
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar.bz2
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar.lz
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar.xz
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.tar.zst
yuzu-9b11b9dce58b144d7f4407677a5e2dd52ca1888c.zip
Diffstat (limited to 'src/video_core/host1x')
-rw-r--r--src/video_core/host1x/gpu_device_memory_manager.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video_core/host1x/gpu_device_memory_manager.h b/src/video_core/host1x/gpu_device_memory_manager.h
index 9ccd84b9a..a9f249991 100644
--- a/src/video_core/host1x/gpu_device_memory_manager.h
+++ b/src/video_core/host1x/gpu_device_memory_manager.h
@@ -14,7 +14,6 @@ namespace Tegra {
struct MaxwellDeviceMethods;
struct MaxwellDeviceTraits {
- static constexpr bool supports_pinning = false;
static constexpr size_t device_virtual_bits = 34;
using DeviceInterface = typename VideoCore::RasterizerInterface;
using DeviceMethods = MaxwellDeviceMethods;