1
0
Fork 0
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:
Firew0lf 2015-10-04 15:25:34 +02:00
parent 703418a419
commit 5eeb78d9ec
3 changed files with 88 additions and 16 deletions

17
Rumble.lua Normal file
View 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