forked from len0rd/rockbox
hwstub: introduce lua code for the STMP and Creative ZEN V/Mozaic
Change-Id: Ice5f509a2e0d2114436d4760f338b9203ef96691
This commit is contained in:
parent
c5357940ab
commit
f9cb5de580
8 changed files with 661 additions and 0 deletions
3
utils/hwstub/tools/lua/load.lua
Normal file
3
utils/hwstub/tools/lua/load.lua
Normal file
|
@ -0,0 +1,3 @@
|
|||
package.path = string.sub(string.gsub(debug.getinfo(1).source, "load.lua", "?.lua"),2) .. ";" .. package.path
|
||||
|
||||
require "stmp"
|
Loading…
Add table
Add a link
Reference in a new issue