--[[ 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