From b2c8c227ec1c0a8da38e36d9c1637cb557d7af56 Mon Sep 17 00:00:00 2001 From: ptitSeb Date: Sun, 28 Aug 2022 14:26:47 +0200 Subject: Added a few more FAudio wrapped functions --- src/wrapped/wrappedfaudio_private.h | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'src') 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) -- cgit 1.4.1