mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-12-17 18:36:46 +00:00
Symbian buildfix. It doesn't use MemArena.
This commit is contained in:
parent
1d7642fa48
commit
7b308247f8
@ -207,6 +207,7 @@ static bool Memory_TryBase(u32 flags) {
|
||||
|
||||
return true;
|
||||
|
||||
#if !defined(__SYMBIAN32__)
|
||||
bail:
|
||||
// Argh! ERROR! Free what we grabbed so far so we can try again.
|
||||
for (int j = 0; j <= i; j++)
|
||||
@ -228,6 +229,7 @@ bail:
|
||||
}
|
||||
}
|
||||
return false;
|
||||
#endif
|
||||
}
|
||||
|
||||
void MemoryMap_Setup(u32 flags)
|
||||
|
Loading…
Reference in New Issue
Block a user