Android: Fix changes with R4300iInstruction

This commit is contained in:
zilmar 2022-07-18 18:55:52 +09:30
parent 14d492e928
commit 62a245cfc8
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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>