summaryrefslogtreecommitdiffstats
path: root/src/video_core/dma_pusher.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2020-11-07 09:08:19 +0100
committerbunnei <bunneidev@gmail.com>2020-11-07 09:08:19 +0100
commitdc5396a4668b564b2d1f4488d10581dd67fc22db (patch)
tree831c685aa31c43777668f85a94b2a3f6cb5e2a1f /src/video_core/dma_pusher.h
parentMerge pull request #4888 from lioncash/unicorn-remove (diff)
downloadyuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar.gz
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar.bz2
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar.lz
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar.xz
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.tar.zst
yuzu-dc5396a4668b564b2d1f4488d10581dd67fc22db.zip
Diffstat (limited to 'src/video_core/dma_pusher.h')
-rw-r--r--src/video_core/dma_pusher.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/video_core/dma_pusher.h b/src/video_core/dma_pusher.h
index 9d9a750d9..96ac267f7 100644
--- a/src/video_core/dma_pusher.h
+++ b/src/video_core/dma_pusher.h
@@ -90,10 +90,7 @@ struct CommandList final {
explicit CommandList(std::vector<Tegra::CommandHeader>&& prefetch_command_list)
: prefetch_command_list{std::move(prefetch_command_list)} {}
- void RefreshIntegrityChecks(GPU& gpu);
-
std::vector<Tegra::CommandListHeader> command_lists;
- std::vector<u64> command_list_hashes;
std::vector<Tegra::CommandHeader> prefetch_command_list;
};