X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=plugins%2Fgpu_neon%2Fpsx_gpu%2Fcommon.h;fp=plugins%2Fgpu_neon%2Fpsx_gpu%2Fcommon.h;h=f299f79402bc92805fd2eda52a8e2a76638a204b;hb=75e28f62b2a50044b58075d63d207409e0148409;hp=0000000000000000000000000000000000000000;hpb=b3db94096d7e5b4f60d610a441e370d639b3fd06;p=pcsx_rearmed.git diff --git a/plugins/gpu_neon/psx_gpu/common.h b/plugins/gpu_neon/psx_gpu/common.h new file mode 100644 index 00000000..f299f794 --- /dev/null +++ b/plugins/gpu_neon/psx_gpu/common.h @@ -0,0 +1,22 @@ +#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 "psx_gpu.h" + +#endif +