Fix vmem in 512MB mode

This commit is contained in:
Flyinghead 2019-06-10 19:01:56 +02:00
parent 2c3b516341
commit a4453c0a81
1 changed files with 2 additions and 1 deletions

View File

@ -655,6 +655,7 @@ void _vmem_enable_mmu(bool enable)
{
// Restore P0/U0 mem mappings
vmem32_term();
_vmem_set_p0_mappings();
if (_nvmem_4gb_space())
_vmem_set_p0_mappings();
}
}