about summary refs log tree commit diff stats
path: root/src/wrapped/generated/wrappedlibvatypes.h
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2023-06-24 17:34:57 +0200
committerptitSeb <sebastien.chev@gmail.com>2023-06-24 17:34:57 +0200
commit8aa98d3f53600ce978a2a4a41d51f394ef312fd8 (patch)
treebaf8fa384c3afd39504242575c3915bcad6cf589 /src/wrapped/generated/wrappedlibvatypes.h
parent4219af78f45fd1a2ba54e0ea2019a70de2b73684 (diff)
downloadbox64-8aa98d3f53600ce978a2a4a41d51f394ef312fd8.tar.gz
box64-8aa98d3f53600ce978a2a4a41d51f394ef312fd8.zip
Faked libvdpau and added 2 wrapped symbols to libva and steam can stream games again
Diffstat (limited to 'src/wrapped/generated/wrappedlibvatypes.h')
-rw-r--r--src/wrapped/generated/wrappedlibvatypes.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/wrapped/generated/wrappedlibvatypes.h b/src/wrapped/generated/wrappedlibvatypes.h
index ac5d152b..5fc6424d 100644
--- a/src/wrapped/generated/wrappedlibvatypes.h
+++ b/src/wrapped/generated/wrappedlibvatypes.h
@@ -11,7 +11,10 @@
 #define ADDED_FUNCTIONS() 
 #endif
 
+typedef void* (*pFppp_t)(void*, void*, void*);
 
-#define SUPER() ADDED_FUNCTIONS()
+#define SUPER() ADDED_FUNCTIONS() \
+	GO(vaSetErrorCallback, pFppp_t) \
+	GO(vaSetInfoCallback, pFppp_t)
 
 #endif // __wrappedlibvaTYPES_H_