X-Git-Url: https://git.jsancho.org/?a=blobdiff_plain;f=Source%2Fopenal_wrapper.cpp;h=c717e000253787ac61711c32e92cf1e70cbd4513;hb=0a3d98ffa99fe125fb6ac88ef468673c03fcb12d;hp=a7bce97aa7ca508fcb84fff213bd24a80b362885;hpb=54386b13c746c1a8423b9549d0cfd922aae9a8f7;p=lugaru.git diff --git a/Source/openal_wrapper.cpp b/Source/openal_wrapper.cpp index a7bce97..c717e00 100644 --- a/Source/openal_wrapper.cpp +++ b/Source/openal_wrapper.cpp @@ -528,5 +528,10 @@ void F_API OPENAL_Update() alcProcessContext(alcGetCurrentContext()); } +signed char F_API OPENAL_SetOutput(int outputtype) +{ + return TRUE; +} + #endif