diff options
Diffstat (limited to 'src/core/core.cpp')
| -rw-r--r-- | src/core/core.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/core.cpp b/src/core/core.cpp index 461eea9c8..04e1f13ff 100644 --- a/src/core/core.cpp +++ b/src/core/core.cpp | |||
| @@ -651,7 +651,7 @@ size_t System::GetCurrentHostThreadID() const { | |||
| 651 | return impl->kernel.GetCurrentHostThreadID(); | 651 | return impl->kernel.GetCurrentHostThreadID(); |
| 652 | } | 652 | } |
| 653 | 653 | ||
| 654 | void System::GatherGPUDirtyMemory(std::function<void(VAddr, size_t)>& callback) { | 654 | void System::GatherGPUDirtyMemory(std::function<void(PAddr, size_t)>& callback) { |
| 655 | return this->ApplicationProcess()->GatherGPUDirtyMemory(callback); | 655 | return this->ApplicationProcess()->GatherGPUDirtyMemory(callback); |
| 656 | } | 656 | } |
| 657 | 657 | ||