mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-05-18 09:43:58 +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);
|
luaL_register(L, "GLOBALS", functions);
|
||||||
|
#ifdef __ANDROID__
|
||||||
Haptics::registerFunctions(L);
|
Haptics::registerFunctions(L);
|
||||||
|
#endif
|
||||||
|
|
||||||
// Add values for event enum
|
// Add values for event enum
|
||||||
addIntConstant(LuaEvent::Frame, "__Frame");
|
addIntConstant(LuaEvent::Frame, "__Frame");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue