mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 22:56:52 +01:00
Increase the trampoline cache size to cater for fastmem writes.
Fixes issue 6722.
This commit is contained in:
parent
6eb216fc77
commit
b4513313bb
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user