mirror of
https://github.com/holub/mame
synced 2025-04-20 23:42:22 +03:00
fix lua script on boot (nw)
This commit is contained in:
parent
ac575fa05f
commit
2d8aa85227
@ -1,6 +1,5 @@
|
||||
require('lfs')
|
||||
local uv = require('luv')
|
||||
local cwd = uv.cwd()
|
||||
local cwd = lfs.currentdir()
|
||||
package.path = cwd .. "/plugins/?.lua;" .. cwd .. "/plugins/?/init.lua"
|
||||
|
||||
local json = require('json')
|
||||
|
Loading…
Reference in New Issue
Block a user