Rinnegatamante / fmodpp

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:C++ 90.2%Language:C 9.3%Language:Makefile 0.5%