/fmodpp

Wrapper to enable CPP api support with C only FMOD libs.

Primary LanguageC++

This is a wrapper that allows to use CPP api with FMOD and FMOD Studio assuming you have access only to the C api.
In build_sfp folder it is provided a precompiled build for VitaSDK SoftFp usage.
fmod.c is what has been used to generate the FMOD portion of the wrapper starting from original fmod.hpp header.
fmod_sfp_patch.c is the softfp patch made by gl33ntwine for FMOD related functions having float args.
FMOD Studio related functions had been manually crafted, including the softfp patches.