Remove backshots on Android

This commit is contained in:
sylvieee-iot 2024-12-31 17:39:59 +02:00 committed by GitHub
parent 606158fb27
commit 17f1b6a447
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -444,7 +444,9 @@ void LuaManager::initializeThunks() {
};
luaL_register(L, "GLOBALS", functions);
#ifdef __ANDROID__
Haptics::registerFunctions(L);
#endif
// Add values for event enum
addIntConstant(LuaEvent::Frame, "__Frame");