mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
Update README.md
This commit is contained in:
parent
0f58d4d148
commit
5fb019e997
@ -13,7 +13,7 @@ To find an entry with an index `libretrodb_tool <db file> find <index name> <val
|
|||||||
In order to write you own converter you must have a lua file that implements the following functions:
|
In order to write you own converter you must have a lua file that implements the following functions:
|
||||||
|
|
||||||
~~~.lua
|
~~~.lua
|
||||||
-- this function gets called before the db is created and shuold validate the
|
-- this function gets called before the db is created and should validate the
|
||||||
-- arguments and set up the ground for db insertion
|
-- arguments and set up the ground for db insertion
|
||||||
function init(...)
|
function init(...)
|
||||||
local args = {...}
|
local args = {...}
|
||||||
|
Loading…
Reference in New Issue
Block a user