summaryrefslogtreecommitdiffstats
path: root/src/core/arm/skyeye_common/armemu.h
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2015-01-30 21:58:45 +0100
committerLioncash <mathew1800@gmail.com>2015-01-30 22:17:02 +0100
commitfc1a9e35fb995275176b49ff3a3250d1f29226ca (patch)
tree26886b13f82e99756569290c5571322b6775a5a6 /src/core/arm/skyeye_common/armemu.h
parentarm: Get rid of armcpu.h and skyeye_types.h (diff)
downloadyuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar.gz
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar.bz2
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar.lz
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar.xz
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.tar.zst
yuzu-fc1a9e35fb995275176b49ff3a3250d1f29226ca.zip
Diffstat (limited to 'src/core/arm/skyeye_common/armemu.h')
-rw-r--r--src/core/arm/skyeye_common/armemu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/core/arm/skyeye_common/armemu.h b/src/core/arm/skyeye_common/armemu.h
index 686b2a3f6..7e10dad86 100644
--- a/src/core/arm/skyeye_common/armemu.h
+++ b/src/core/arm/skyeye_common/armemu.h
@@ -14,14 +14,10 @@
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */
-#ifndef __ARMEMU_H__
-#define __ARMEMU_H__
+#pragma once
#include "core/arm/skyeye_common/armdefs.h"
-//#include "skyeye.h"
-
-//extern ARMword isize;
/* Shift Opcodes. */
#define LSL 0
@@ -625,6 +621,3 @@ extern unsigned DSPCDP5 (ARMul_State *, unsigned, ARMword);
extern unsigned DSPMCR6 (ARMul_State *, unsigned, ARMword, ARMword);
extern unsigned DSPMRC6 (ARMul_State *, unsigned, ARMword, ARMword *);
extern unsigned DSPCDP6 (ARMul_State *, unsigned, ARMword);
-
-
-#endif