mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-05-21 10:55:03 +00:00
Fix formatting
This commit is contained in:
parent
f556f85279
commit
5419212088
2 changed files with 4 additions and 3 deletions
|
@ -506,8 +506,8 @@ void MemoryManager::UnmapVulkanMemory(VAddr addr, size_t size) {
|
|||
mapped_memories.erase(it);
|
||||
}
|
||||
|
||||
int MemoryManager::GetDirectMemoryType(PAddr addr, int* directMemoryTypeOut, void** directMemoryStartOut,
|
||||
void** directMemoryEndOut) {
|
||||
int MemoryManager::GetDirectMemoryType(PAddr addr, int* directMemoryTypeOut,
|
||||
void** directMemoryStartOut, void** directMemoryEndOut) {
|
||||
std::scoped_lock lk{mutex};
|
||||
|
||||
auto dmem_area = FindDmemArea(addr);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue