mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
Typos
This commit is contained in:
parent
98f1ac9153
commit
f51fcb9e80
@ -29,7 +29,7 @@
|
||||
#include "Core/MIPS/MIPSTables.h"
|
||||
#include "Core/HLE/ReplaceTables.h"
|
||||
|
||||
#include "FakeFakeJit.h"
|
||||
#include "FakeJit.h"
|
||||
#include "CPUDetect.h"
|
||||
|
||||
void DisassembleFake(const u8 *data, int size) {
|
||||
@ -38,7 +38,7 @@ void DisassembleFake(const u8 *data, int size) {
|
||||
namespace MIPSComp
|
||||
{
|
||||
|
||||
FakeFakeJitOptions::FakeFakeJitOptions() {
|
||||
FakeJitOptions::FakeJitOptions() {
|
||||
enableBlocklink = true;
|
||||
immBranches = false;
|
||||
continueBranches = false;
|
||||
|
Loading…
Reference in New Issue
Block a user