Merge yuzu-emu#12461

This commit is contained in:
yuzubot
2024-02-04 01:00:36 +00:00
parent 5da55cbac9
commit 0bf2470bdf
41 changed files with 3071 additions and 1234 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);