X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fcommon.h;h=820dfbefde4eb92d13a9dbe5d0b06e3cd773901d;hb=b0d96051c9f087c22922966c651384c3ee84eee0;hp=f299f79402bc92805fd2eda52a8e2a76638a204b;hpb=75e28f62b2a50044b58075d63d207409e0148409;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu/common.h b/plugins/gpu_neon/psx_gpu/common.h index f299f794..820dfbef 100644 --- a/plugins/gpu_neon/psx_gpu/common.h +++ b/plugins/gpu_neon/psx_gpu/common.h @@ -1,22 +1,15 @@ #ifndef COMMON_H #define COMMON_H -typedef signed char s8; -typedef unsigned char u8; -typedef signed short s16; -typedef unsigned short u16; -typedef signed int s32; -typedef unsigned int u32; -typedef signed long long int s64; -typedef unsigned long long int u64; - #include #include #include #include -#include "vector_ops.h" +#include "vector_types.h" #include "psx_gpu.h" +#define unlikely(x) __builtin_expect((x), 0) + #endif