enable fmod fix for all platforms

This commit is contained in:
qimiko 2024-03-17 17:06:26 -07:00
parent 8ab3f56090
commit 682144f188
No known key found for this signature in database
GPG key ID: D2D404DD810FE0E3

View file

@ -1,7 +1,5 @@
#include <Geode/Geode.hpp>
#ifdef GEODE_IS_ANDROID
using namespace geode::prelude;
auto g_systemInitialized = false;
@ -63,5 +61,3 @@ struct AndroidFMODFix : Modify<AndroidFMODFix, FMODAudioEngine> {
}
};
*/
#endif