GPU_MemoryManger: Fix GetSubmappedRange.

This commit is contained in:
Fernando Sahmkow 2021-08-19 22:57:22 +02:00
parent 151ab86204
commit ef2066b272
1 changed files with 1 additions and 0 deletions

View File

@ -463,6 +463,7 @@ std::vector<std::pair<GPUVAddr, std::size_t>> MemoryManager::GetSubmappedRange(
++page_index;
page_offset = 0;
remaining_size -= num_bytes;
old_page_addr = page_addr;
}
split();
return result;