From 32427226c3f49190f796a18de8b3da0f8184acf4 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Tue, 25 Oct 2016 01:04:27 -0700 Subject: Fix Xcode build issues --- libpcsxcore/gte.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libpcsxcore/gte.c') diff --git a/libpcsxcore/gte.c b/libpcsxcore/gte.c index 05cb74a6..7965a0e9 100755 --- a/libpcsxcore/gte.c +++ b/libpcsxcore/gte.c @@ -286,7 +286,7 @@ void gteSWC2() { psxMemWrite32(_oB_, val); } -inline s64 gte_shift(s64 a, int sf) { +static inline s64 gte_shift(s64 a, int sf) { if(sf > 0) return a >> 12; else if(sf < 0) -- cgit v1.2.3