mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-29 12:32:47 +00:00
Merge pull request #1645 from magumagu/jit-unused-flag
JIT: remove unused flag.
This commit is contained in:
commit
241c94d337
@ -173,7 +173,6 @@ bool Jit64::HandleFault(uintptr_t access_address, SContext* ctx)
|
||||
|
||||
void Jit64::Init()
|
||||
{
|
||||
jo.optimizeStack = true;
|
||||
EnableBlockLink();
|
||||
|
||||
jo.optimizeGatherPipe = true;
|
||||
|
@ -243,7 +243,6 @@ namespace JitILProfiler
|
||||
|
||||
void JitIL::Init()
|
||||
{
|
||||
jo.optimizeStack = true;
|
||||
EnableBlockLink();
|
||||
|
||||
jo.optimizeGatherPipe = true;
|
||||
|
@ -60,7 +60,6 @@ class JitBase : public CPUCoreBase
|
||||
protected:
|
||||
struct JitOptions
|
||||
{
|
||||
bool optimizeStack;
|
||||
bool enableBlocklink;
|
||||
bool optimizeGatherPipe;
|
||||
bool accurateSinglePrecision;
|
||||
|
Loading…
x
Reference in New Issue
Block a user