mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-05 07:32:33 -07:00
arm: Implement native code execution backend
This commit is contained in:
@@ -474,6 +474,7 @@ public:
|
||||
|
||||
void SetGPUDirtyManagers(std::span<Core::GPUDirtyMemoryManager> managers);
|
||||
void InvalidateRegion(Common::ProcessAddress dest_addr, size_t size);
|
||||
bool InvalidateNCE(Common::ProcessAddress vaddr, size_t size);
|
||||
void FlushRegion(Common::ProcessAddress dest_addr, size_t size);
|
||||
|
||||
private:
|
||||
|
Reference in New Issue
Block a user