Increase the trampoline cache size to cater for fastmem writes.

Fixes issue 6722.
This commit is contained in:
skidau 2013-10-16 09:26:08 +11:00
parent 6eb216fc77
commit b4513313bb

View File

@ -46,7 +46,7 @@ static void BackPatchError(const std::string &text, u8 *codePtr, u32 emAddress)
void TrampolineCache::Init()
{
AllocCodeSpace(1024 * 1024);
AllocCodeSpace(4 * 1024 * 1024);
}
void TrampolineCache::Shutdown()