mirror of
https://git.h3cjp.net/H3cJP/citra.git
synced 2024-11-24 09:43:08 +00:00
fixed includes
This commit is contained in:
parent
f5400080bd
commit
f3c9875acb
|
@ -23,8 +23,8 @@
|
|||
|
||||
#include <math.h>
|
||||
|
||||
#include "armdefs.h"
|
||||
#include "armemu.h"
|
||||
#include "core/arm/interpreter/armdefs.h"
|
||||
#include "core/arm/interpreter/armemu.h"
|
||||
|
||||
/***************************************************************************\
|
||||
* Definitions for the emulator architecture *
|
||||
|
|
Loading…
Reference in a new issue