[Project64] Move ArmOpCode.h

This commit is contained in:
zilmar 2016-07-09 12:46:46 +10:00
parent 8fc2b13190
commit a141e72899
2 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
#include <stdlib.h> #include <stdlib.h>
#endif #endif
#ifdef __arm__ #ifdef __arm__
#include <Project64-core/N64System/Arm/ArmOpCode.h> #include <Project64-core/N64System/Recompiler/Arm/ArmOpCode.h>
#endif #endif
#if defined(__i386__) || defined(_M_IX86) #if defined(__i386__) || defined(_M_IX86)