mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-03 14:49:22 +00:00
Merge pull request #3948 from magumagu/dead-bfakemem
Delete dead variable named bFakeVMEM.
This commit is contained in:
commit
8d2137ba85
1 changed files with 0 additions and 4 deletions
|
@ -33,8 +33,6 @@
|
||||||
#include "Core/PowerPC/JitArm64/JitArm64_Tables.h"
|
#include "Core/PowerPC/JitArm64/JitArm64_Tables.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
static bool bFakeVMEM = false;
|
|
||||||
|
|
||||||
namespace JitInterface
|
namespace JitInterface
|
||||||
{
|
{
|
||||||
void DoState(PointerWrap& p)
|
void DoState(PointerWrap& p)
|
||||||
|
@ -44,8 +42,6 @@ void DoState(PointerWrap& p)
|
||||||
}
|
}
|
||||||
CPUCoreBase* InitJitCore(int core)
|
CPUCoreBase* InitJitCore(int core)
|
||||||
{
|
{
|
||||||
bFakeVMEM = !SConfig::GetInstance().bMMU;
|
|
||||||
|
|
||||||
CPUCoreBase* ptr = nullptr;
|
CPUCoreBase* ptr = nullptr;
|
||||||
switch (core)
|
switch (core)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue