aboutsummaryrefslogtreecommitdiff
path: root/src/dolphin/ArmCommon.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dolphin/ArmCommon.h')
-rw-r--r--src/dolphin/ArmCommon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphin/ArmCommon.h b/src/dolphin/ArmCommon.h
index 6d82e9d..cae2ecb 100644
--- a/src/dolphin/ArmCommon.h
+++ b/src/dolphin/ArmCommon.h
@@ -24,4 +24,4 @@ enum CCFlags
CC_HS = CC_CS, // Alias of CC_CS Unsigned higher or same
CC_LO = CC_CC, // Alias of CC_CC Unsigned lower
};
-const u32 NO_COND = 0xE0000000;
+const melonDS::u32 NO_COND = 0xE0000000;