query_cache: Address feedback
This commit is contained in:
parent
54a00ee4cf
commit
6d3a046caa
2 changed files with 18 additions and 16 deletions
|
@ -63,8 +63,10 @@ public:
|
|||
explicit CachedQuery(QueryCache& cache, VideoCore::QueryType type, VAddr cpu_addr,
|
||||
u8* host_ptr);
|
||||
CachedQuery(CachedQuery&& rhs) noexcept;
|
||||
CachedQuery(const CachedQuery&) = delete;
|
||||
|
||||
CachedQuery& operator=(CachedQuery&& rhs) noexcept;
|
||||
CachedQuery& operator=(const CachedQuery&) = delete;
|
||||
|
||||
void Flush() override;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue