ARM: Reorganized file structure to move shared SkyEye code to a more common area.
Removed s_ prefix
This commit is contained in:
parent
fd7f92d242
commit
b5e6524594
34 changed files with 80 additions and 80 deletions
|
@ -18,9 +18,9 @@
|
|||
|
||||
//#include <util.h> // DEBUG()
|
||||
|
||||
#include "arm_regformat.h"
|
||||
#include "armdefs.h"
|
||||
#include "armemu.h"
|
||||
#include "core/arm/skyeye_common/arm_regformat.h"
|
||||
#include "core/arm/skyeye_common/armdefs.h"
|
||||
#include "core/arm/skyeye_common/armemu.h"
|
||||
#include "core/hle/hle.h"
|
||||
|
||||
//#include "svc.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue