summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-10-31 07:17:05 +0100
committerbunnei <bunneidev@gmail.com>2020-11-01 09:52:38 +0100
commit848bdf8a40aa31f1525e7326225f0f9fc3126d4d (patch)
tree66aa1026ec70c9cddb0b81e353f1a960aa080361 /src/core/hle/service/nvdrv/devices/nvhost_gpu.h
parentcore: Initialize GPU before services. (diff)
downloadyuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar.gz
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar.bz2
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar.lz
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar.xz
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.tar.zst
yuzu-848bdf8a40aa31f1525e7326225f0f9fc3126d4d.zip
Diffstat (limited to 'src/core/hle/service/nvdrv/devices/nvhost_gpu.h')
-rw-r--r--src/core/hle/service/nvdrv/devices/nvhost_gpu.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
index 80054510f..a252fc06d 100644
--- a/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
+++ b/src/core/hle/service/nvdrv/devices/nvhost_gpu.h
@@ -212,6 +212,7 @@ private:
std::shared_ptr<nvmap> nvmap_dev;
SyncpointManager& syncpoint_manager;
+ Fence channel_fence;
};
} // namespace Service::Nvidia::Devices