Android: Fix changes with R4300iInstruction
This commit is contained in:
parent
14d492e928
commit
62a245cfc8
|
@ -38,8 +38,8 @@ add_library(Project64-core STATIC
|
|||
N64System/Mips/GBCart.cpp
|
||||
N64System/Mips/MemoryVirtualMem.cpp
|
||||
N64System/Mips/Mempak.cpp
|
||||
N64System/Mips/OpcodeName.cpp
|
||||
N64System/Mips/PifRam.cpp
|
||||
N64System/Mips/R4300iInstruction.cpp
|
||||
N64System/Mips/Register.cpp
|
||||
N64System/Mips/Rumblepak.cpp
|
||||
N64System/Mips/Transferpak.cpp
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
#if defined(__arm__) || defined(_M_ARM)
|
||||
#include <Project64-core/N64System/SystemGlobals.h>
|
||||
#include <Project64-core/N64System/Mips/Disk.h>
|
||||
#include <Project64-core/N64System/Mips/OpcodeName.h>
|
||||
#include <Project64-core/N64System/Mips/R4300iInstruction.h>
|
||||
#include <Project64-core/N64System/Mips/MemoryVirtualMem.h>
|
||||
#include <Project64-core/N64System/Interpreter/InterpreterOps32.h>
|
||||
#include <Project64-core/N64System/Interpreter/InterpreterCPU.h>
|
||||
|
|
Loading…
Reference in New Issue