Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-18 20:17:35 +00:00
parent baf65362ab
commit a224414f0f
43 changed files with 12380 additions and 1238 deletions

View File

@ -43,6 +43,8 @@ public:
DeviceMemoryManager(const DeviceMemory& device_memory);
~DeviceMemoryManager();
static constexpr bool HAS_FLUSH_INVALIDATION = true;
void BindInterface(DeviceInterface* device_inter);
DAddr Allocate(size_t size);