mirror of
https://github.com/holub/mame
synced 2025-04-20 15:32:45 +03:00
boot.lua: only load plugins in plugin path (nw)
This commit is contained in:
parent
41875a92af
commit
0184946dd8
@ -22,7 +22,7 @@ function lfs.env_replace(str)
|
||||
end
|
||||
local dir = lfs.env_replace(manager:options().entries.pluginspath:value())
|
||||
|
||||
package.path = package.path .. ";" .. dir .. "/?.lua;" .. dir .. "/?/init.lua"
|
||||
package.path = dir .. "/?.lua;" .. dir .. "/?/init.lua"
|
||||
|
||||
local json = require('json')
|
||||
local function readAll(file)
|
||||
|
@ -10685,6 +10685,13 @@ pitnruna:
|
||||
@:maincpu,program,8981,1,27,27
|
||||
|
||||
|
||||
;@s:playch10.cpp
|
||||
|
||||
;it won't reload the high score unless you reset twice
|
||||
pc_smb:
|
||||
@:cart,program,7df,4,0,0,ff
|
||||
|
||||
|
||||
;@s:playmark.cpp
|
||||
|
||||
wbeachvl:
|
||||
|
Loading…
Reference in New Issue
Block a user