Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-02 20:48:05 +00:00
parent 6baf965777
commit 7d4c007029
41 changed files with 3071 additions and 1234 deletions

View File

@@ -64,6 +64,8 @@ public:
Memory(Memory&&) = default;
Memory& operator=(Memory&&) = delete;
static constexpr bool HAS_FLUSH_INVALIDATION = false;
/**
* Resets the state of the Memory system.
*/