Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-26 15:41:30 +00:00
parent f9bfdb1555
commit fc59da23e3
43 changed files with 12434 additions and 1238 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.
*/