1
0
Fork 0
mirror of https://github.com/ctruLua/uCompat.git synced 2025-10-27 16:49:31 +00:00
uCompat/Rumble.lua

17 lines
246 B
Lua

--[[
Rumble pack related µLua compatibility layer/lib for ctrµLua
As the 3DS doesn't have a rumble function, I couldn't implement this.
]]
-- Module
Rumble = {}
function Rumble.isInserted()
return false
end
function Rumble.set(s)
end