summaryrefslogtreecommitdiff
path: root/libpcsxcore/gte.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpcsxcore/gte.c')
-rwxr-xr-xlibpcsxcore/gte.c2
1 files changed, 1 insertions, 1 deletions
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)