mirror of
https://codeberg.org/yuzu-emu/yuzu.git
synced 2025-12-16 12:09:04 +00:00
Fix compile warning
This commit is contained in:
parent
e617ed79f3
commit
39df9d0042
@ -79,7 +79,7 @@ public:
|
|||||||
Memory(const Memory&) = delete;
|
Memory(const Memory&) = delete;
|
||||||
Memory& operator=(const Memory&) = delete;
|
Memory& operator=(const Memory&) = delete;
|
||||||
|
|
||||||
Memory(Memory&&) = default;
|
Memory(Memory&&) = delete;
|
||||||
Memory& operator=(Memory&&) = delete;
|
Memory& operator=(Memory&&) = delete;
|
||||||
|
|
||||||
static constexpr bool HAS_FLUSH_INVALIDATION = false;
|
static constexpr bool HAS_FLUSH_INVALIDATION = false;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user