mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-05 17:15:49 +00:00
Increase the trampoline cache size to cater for fastmem writes.
Fixes issue 6722.
This commit is contained in:
parent
6eb216fc77
commit
b4513313bb
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ static void BackPatchError(const std::string &text, u8 *codePtr, u32 emAddress)
|
||||||
|
|
||||||
void TrampolineCache::Init()
|
void TrampolineCache::Init()
|
||||||
{
|
{
|
||||||
AllocCodeSpace(1024 * 1024);
|
AllocCodeSpace(4 * 1024 * 1024);
|
||||||
}
|
}
|
||||||
|
|
||||||
void TrampolineCache::Shutdown()
|
void TrampolineCache::Shutdown()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue