mirror of
https://github.com/ctruLua/uCompat.git
synced 2025-10-28 09:09:31 +00:00
Added Rumble and Timer libs, implemented the offset system for drawing.
This commit is contained in:
parent
703418a419
commit
5eeb78d9ec
3 changed files with 88 additions and 16 deletions
17
Rumble.lua
Normal file
17
Rumble.lua
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
--[[
|
||||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue