Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-05 17:04:26 +00:00
parent 4cccbe7989
commit d23ae34ecc
41 changed files with 3071 additions and 1234 deletions

View File

@ -42,6 +42,8 @@ public:
u64 page_bits_ = 12);
~MemoryManager();
static constexpr bool HAS_FLUSH_INVALIDATION = true;
size_t GetID() const {
return unique_identifier;
}