mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-19 17:39:50 -04:00
update macos fmod for 2.2
This commit is contained in:
parent
f65336d4ba
commit
c4a682b991
2 changed files with 0 additions and 5 deletions
loader
BIN
loader/include/link/libfmod.dylib
Normal file → Executable file
BIN
loader/include/link/libfmod.dylib
Normal file → Executable file
Binary file not shown.
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue