mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-12 09:09:47 +12:00
Remove backshots on Android
This commit is contained in:
parent
606158fb27
commit
17f1b6a447
1 changed files with 2 additions and 0 deletions
|
@ -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");
|
||||
|
|
Loading…
Add table
Reference in a new issue