update macos fmod for 2.2

This commit is contained in:
qimiko 2024-04-28 15:17:02 -07:00
parent f65336d4ba
commit c4a682b991
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3
2 changed files with 0 additions and 5 deletions
loader
include/link
src/hooks

BIN
loader/include/link/libfmod.dylib Normal file → Executable file

Binary file not shown.

View file

@ -1,8 +1,5 @@
#include <Geode/Geode.hpp>
// uncomment whenever macos stops complaining about fmod link errors
#ifndef GEODE_IS_MACOS
using namespace geode::prelude;
auto g_systemInitialized = false;
@ -66,5 +63,3 @@ struct AndroidFMODFix : Modify<AndroidFMODFix, FMODAudioEngine> {
}
};
*/
#endif