mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-22 22:07:48 +00:00
query_cache: Address feedback
This commit is contained in:
parent
80fff282df
commit
4364492b95
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