mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-02 06:08:50 +00:00
JIT: remove unused flag.
This commit is contained in:
parent
d4125231f3
commit
c693cf46e9
3 changed files with 0 additions and 3 deletions
|
@ -173,7 +173,6 @@ bool Jit64::HandleFault(uintptr_t access_address, SContext* ctx)
|
||||||
|
|
||||||
void Jit64::Init()
|
void Jit64::Init()
|
||||||
{
|
{
|
||||||
jo.optimizeStack = true;
|
|
||||||
EnableBlockLink();
|
EnableBlockLink();
|
||||||
|
|
||||||
jo.optimizeGatherPipe = true;
|
jo.optimizeGatherPipe = true;
|
||||||
|
|
|
@ -243,7 +243,6 @@ namespace JitILProfiler
|
||||||
|
|
||||||
void JitIL::Init()
|
void JitIL::Init()
|
||||||
{
|
{
|
||||||
jo.optimizeStack = true;
|
|
||||||
EnableBlockLink();
|
EnableBlockLink();
|
||||||
|
|
||||||
jo.optimizeGatherPipe = true;
|
jo.optimizeGatherPipe = true;
|
||||||
|
|
|
@ -60,7 +60,6 @@ class JitBase : public CPUCoreBase
|
||||||
protected:
|
protected:
|
||||||
struct JitOptions
|
struct JitOptions
|
||||||
{
|
{
|
||||||
bool optimizeStack;
|
|
||||||
bool enableBlocklink;
|
bool enableBlocklink;
|
||||||
bool optimizeGatherPipe;
|
bool optimizeGatherPipe;
|
||||||
bool accurateSinglePrecision;
|
bool accurateSinglePrecision;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue