Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-22 19:38:19 +00:00
parent d12d9dad40
commit e646ef45ac
43 changed files with 12380 additions and 1238 deletions

View File

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