about summary refs log tree commit diff stats
path: root/src
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2021-06-16 15:02:21 +0200
committerptitSeb <sebastien.chev@gmail.com>2021-06-16 15:02:21 +0200
commit3074846477c7168884d291f58b56f1957a42e033 (patch)
treee25fec6b40fb3562e8380884a313c78334ba0e49 /src
parent6c1825ba652174f7a449099d2187d57531e0982b (diff)
downloadbox64-3074846477c7168884d291f58b56f1957a42e033.tar.gz
box64-3074846477c7168884d291f58b56f1957a42e033.zip
Fixed SDL_HasIntersection signature (fixing To The Moon blank screen)
Diffstat (limited to 'src')
-rwxr-xr-xsrc/wrapped/wrappedsdl2_private.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wrapped/wrappedsdl2_private.h b/src/wrapped/wrappedsdl2_private.h
index 13fd92df..536ea932 100755
--- a/src/wrapped/wrappedsdl2_private.h
+++ b/src/wrapped/wrappedsdl2_private.h
@@ -323,7 +323,7 @@ GO(SDL_HasClipboardText, iFv)
 GO(SDL_HasColorKey, iFv)
 GO(SDL_HasEvent, iFv)
 GO(SDL_HasEvents, iFv)
-GO(SDL_HasIntersection, iFv)
+GO(SDL_HasIntersection, iFpp)
 GOM(SDL_HasMMX, iFv)
 GOM(SDL_HasNEON, iFv)
 GOM(SDL_HasRDTSC, iFv)