mirror of
https://github.com/mamedev/mame.git
synced 2024-11-16 07:48:32 +01:00
fix lua script on boot (nw)
This commit is contained in:
parent
ac575fa05f
commit
2d8aa85227
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue