mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
Memmap: Replace '0' constant with nullptr
This commit is contained in:
parent
ce034a8186
commit
2b8abddadf
1 changed files with 1 additions and 1 deletions
|
@ -288,7 +288,7 @@ void Shutdown()
|
|||
if ((flags & region.flags) != region.flags)
|
||||
continue;
|
||||
g_arena.ReleaseView(*region.out_pointer, region.size);
|
||||
*region.out_pointer = 0;
|
||||
*region.out_pointer = nullptr;
|
||||
}
|
||||
for (auto& entry : logical_mapped_entries)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue