mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-25 19:55:50 +00:00
JitCache: Remove unused define
This commit is contained in:
parent
e959779b14
commit
c6ea9eb7c3
1 changed files with 0 additions and 4 deletions
|
@ -13,10 +13,6 @@
|
||||||
#include "Core/PowerPC/Gekko.h"
|
#include "Core/PowerPC/Gekko.h"
|
||||||
#include "Core/PowerPC/PPCAnalyst.h"
|
#include "Core/PowerPC/PPCAnalyst.h"
|
||||||
|
|
||||||
// emulate CPU with unlimited instruction cache
|
|
||||||
// the only way to invalidate a region is the "icbi" instruction
|
|
||||||
#define JIT_UNLIMITED_ICACHE
|
|
||||||
|
|
||||||
static const u32 JIT_ICACHE_SIZE = 0x2000000;
|
static const u32 JIT_ICACHE_SIZE = 0x2000000;
|
||||||
static const u32 JIT_ICACHE_MASK = 0x1ffffff;
|
static const u32 JIT_ICACHE_MASK = 0x1ffffff;
|
||||||
static const u32 JIT_ICACHEEX_SIZE = 0x4000000;
|
static const u32 JIT_ICACHEEX_SIZE = 0x4000000;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue