Previous 199869 Revisions Next

r36834 Tuesday 31st March, 2015 at 14:24:43 UTC by Miodrag Milanović
Merge branch 'master' of https://github.com/mamedev/mame
[scripts]genie.lua

trunk/scripts/genie.lua
r245345r245346
891891   error("Unsupported value '" .. _OPTIONS["osd"] .. "' for OSD")
892892end
893893dofile(path.join("src", "osd", _OPTIONS["osd"] .. ".lua"))
894dofile(path.join("src", "lib.lua"))
894895
896group "3rdparty"
895897dofile(path.join("src", "3rdparty.lua"))
896dofile(path.join("src", "lib.lua"))
897898
899
898900group "core"
899901
900902dofile(path.join("src", "emu.lua"))


Previous 199869 Revisions Next


© 1997-2024 The MAME Team