aboutsummaryrefslogtreecommitdiff
path: root/plugins/gpu_neon/psx_gpu/common.h
diff options
context:
space:
mode:
authornotaz2012-08-13 00:03:43 +0300
committernotaz2012-10-12 00:05:07 +0300
commitc1817bd9249ee616cf9545a57136d6dd3669ce34 (patch)
tree7882f28a30fe5da5c256ed855732da781e743de0 /plugins/gpu_neon/psx_gpu/common.h
parentd81b8e972678928ffece2d38213de8048f5e872d (diff)
downloadpcsx_rearmed-c1817bd9249ee616cf9545a57136d6dd3669ce34.tar.gz
pcsx_rearmed-c1817bd9249ee616cf9545a57136d6dd3669ce34.tar.bz2
pcsx_rearmed-c1817bd9249ee616cf9545a57136d6dd3669ce34.zip
psx_gpu: add enhanced triangle rendering
Diffstat (limited to 'plugins/gpu_neon/psx_gpu/common.h')
-rw-r--r--plugins/gpu_neon/psx_gpu/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/plugins/gpu_neon/psx_gpu/common.h b/plugins/gpu_neon/psx_gpu/common.h
index f299f79..d5cf3e9 100644
--- a/plugins/gpu_neon/psx_gpu/common.h
+++ b/plugins/gpu_neon/psx_gpu/common.h
@@ -18,5 +18,7 @@ typedef unsigned long long int u64;
#include "vector_ops.h"
#include "psx_gpu.h"
+#define unlikely(x) __builtin_expect((x), 0)
+
#endif