mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-13 15:58:43 -05:00
SMMU: Initial adaptation to video_core.
This commit is contained in:
@ -651,7 +651,7 @@ size_t System::GetCurrentHostThreadID() const {
|
||||
return impl->kernel.GetCurrentHostThreadID();
|
||||
}
|
||||
|
||||
void System::GatherGPUDirtyMemory(std::function<void(VAddr, size_t)>& callback) {
|
||||
void System::GatherGPUDirtyMemory(std::function<void(PAddr, size_t)>& callback) {
|
||||
return this->ApplicationProcess()->GatherGPUDirtyMemory(callback);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user