summaryrefslogtreecommitdiff
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/common.h b/common.h
index 765f028..8b1df6b 100644
--- a/common.h
+++ b/common.h
@@ -60,8 +60,6 @@
#include <pspaudiolib.h>
#include <psprtc.h>
- #define function_cc
-
#define convert_palette(value) \
value = ((value & 0x7FE0) << 1) | (value & 0x1F) \
@@ -98,12 +96,6 @@
void switch_to_main_thread(void);
-#ifdef ARM_ARCH
- #define function_cc
-#else
- #define function_cc __attribute__((regparm(2)))
-#endif
-
typedef unsigned char u8;
typedef signed char s8;
typedef unsigned short int u16;