Replies: 2 comments 1 reply
-
Or is the |
Beta Was this translation helpful? Give feedback.
0 replies
-
MAME includes zlib, lfs, linenoise and sqlite3 Lua extensions. The JSON script is luv-json, as you can see in the plugins folder: https://github.com/mamedev/mame/tree/master/plugins/json |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I noticed that some plugins use a
require('json')
module in their code. Is this a 3rd party LUA module/library that is bundled in the LUA API? Something like https://github.com/rxi/json.lua ?Are there other bundled libraries that are included in the API? Is there a documented list of them so that I know what is available?
Beta Was this translation helpful? Give feedback.
All reactions