mirror of
https://github.com/FunKey-Project/gpsp_libretro.git
synced 2026-03-25 21:32:55 +01:00
Get rid of function_cc
This commit is contained in:
8
common.h
8
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;
|
||||
|
||||
Reference in New Issue
Block a user