about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorptitSeb <sebastien.chev@gmail.com>2022-08-28 14:26:47 +0200
committerptitSeb <sebastien.chev@gmail.com>2022-08-28 14:26:47 +0200
commitb2c8c227ec1c0a8da38e36d9c1637cb557d7af56 (patch)
treebccc8d2f28c5fd8a04711a474dd6667cd7418092
parentca8ff5fda9e2549dcb5ba9d8aa8a92147c2ec349 (diff)
downloadbox64-b2c8c227ec1c0a8da38e36d9c1637cb557d7af56.tar.gz
box64-b2c8c227ec1c0a8da38e36d9c1637cb557d7af56.zip
Added a few more FAudio wrapped functions
-rw-r--r--src/wrapped/wrappedfaudio_private.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/src/wrapped/wrappedfaudio_private.h b/src/wrapped/wrappedfaudio_private.h
index c94b9603..3c145ea7 100644
--- a/src/wrapped/wrappedfaudio_private.h
+++ b/src/wrapped/wrappedfaudio_private.h
@@ -303,14 +303,14 @@ GO(FAudioVoice_SetVolume, uFpfu)
 //GO(LinkedList_RemoveEntry, 
 GO(ReverbConvertI3DL2ToNative, vFpp)
 GO(ReverbConvertI3DL2ToNative9, vFpp)
-//GO(XNA_EnableVisualization, 
-//GO(XNA_GetSongEnded, 
-//GO(XNA_GetSongVisualizationData, 
-//GO(XNA_PauseSong, 
-//GO(XNA_PlaySong, 
-//GO(XNA_ResumeSong, 
-//GO(XNA_SetSongVolume, 
-//GO(XNA_SongInit, 
-//GO(XNA_SongQuit, 
-//GO(XNA_StopSong, 
-//GO(XNA_VisualizationEnabled, 
+GO(XNA_EnableVisualization, vFu)
+GO(XNA_GetSongEnded, uFv)
+GO(XNA_GetSongVisualizationData, vFppu)
+GO(XNA_PauseSong, vFv)
+GO(XNA_PlaySong, fFp)
+GO(XNA_ResumeSong, vFv)
+GO(XNA_SetSongVolume, vFf)
+GO(XNA_SongInit, vFv)
+GO(XNA_SongQuit, vFv)
+GO(XNA_StopSong, vFv)
+GO(XNA_VisualizationEnabled, uFv)