diff options
| author | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
|---|---|---|
| committer | ptitSeb <sebastien.chev@gmail.com> | 2023-02-20 21:30:22 +0100 |
| commit | bfef8c9bbe8a16373742cb9c9e5691b93e994f58 (patch) | |
| tree | 246b21e67025f3159006efd04f78fc6e4ec696bf /src/wrapped | |
| parent | 42b83789880c300711f08e3852784e17cafaf7ac (diff) | |
| parent | 3fe2843bb3b95d8edd63d21c4f6acad7f652be91 (diff) | |
| download | box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.tar.gz box64-bfef8c9bbe8a16373742cb9c9e5691b93e994f58.zip | |
Merge branch 'main' into steam_chrome
Diffstat (limited to 'src/wrapped')
| -rw-r--r-- | src/wrapped/wrappedfaudio_private.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/wrapped/wrappedfaudio_private.h b/src/wrapped/wrappedfaudio_private.h index 3c145ea7..bec2d849 100644 --- a/src/wrapped/wrappedfaudio_private.h +++ b/src/wrapped/wrappedfaudio_private.h @@ -106,13 +106,13 @@ GO(FACTWave_SetMatrixCoefficients, uFpuup) GO(FACTWave_SetPitch, uFpw) GO(FACTWave_SetVolume, uFpf) GO(FACTWave_Stop, uFpu) -//GO(FAPOBase_AddRef, +GO(FAPOBase_AddRef, iFp) //GO(FAPOBase_BeginProcess, //GO(FAPOBase_CalcInputFrames, //GO(FAPOBase_CalcOutputFrames, //GO(FAPOBase_EndProcess, //GO(FAPOBase_GetParameters, -//GO(FAPOBase_GetRegistrationProperties, +GO(FAPOBase_GetRegistrationProperties, uFpp) //GO(FAPOBase_Initialize, //GO(FAPOBase_IsInputFormatSupported, //GO(FAPOBase_IsOutputFormatSupported, @@ -120,7 +120,7 @@ GO(FACTWave_Stop, uFpu) //GO(FAPOBase_OnSetParameters, //GO(FAPOBase_ParametersChanged, //GO(FAPOBase_ProcessThru, -//GO(FAPOBase_Release, +GO(FAPOBase_Release, iFp) //GO(FAPOBase_Reset, //GO(FAPOBase_SetParameters, //GO(FAPOBase_UnlockForProcess, |