mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Symbian: Fix memmap freeze.
This commit is contained in:
parent
19f4ad8c5c
commit
031c5d3569
1 changed files with 0 additions and 1 deletions
|
@ -166,7 +166,6 @@ static bool Memory_TryBase(u32 flags) {
|
|||
|
||||
#ifdef __SYMBIAN32__
|
||||
if (!CanIgnoreView(view)) {
|
||||
*(view.out_ptr_low) = (u8*)(base + view.virtual_address);
|
||||
memmap->Commit(view.virtual_address & MEMVIEW32_MASK, view.size);
|
||||
}
|
||||
*(view.out_ptr) = (u8*)base + (view.virtual_address & MEMVIEW32_MASK);
|
||||
|
|
Loading…
Add table
Reference in a new issue