mirror of
https://github.com/holub/mame
synced 2025-07-09 11:48:12 +03:00
plugins/data: didn't mean to undo that (nw)
This commit is contained in:
parent
3abe4d337c
commit
9ef46e266d
@ -111,10 +111,12 @@ local function init()
|
||||
db.exec("END TRANSACTION")
|
||||
end
|
||||
|
||||
init()
|
||||
if db then
|
||||
init()
|
||||
end
|
||||
|
||||
function dat.check(set, softlist)
|
||||
if softlist or not ver then
|
||||
if softlist or not ver or not db then
|
||||
return nil
|
||||
end
|
||||
info = nil
|
||||
|
Loading…
Reference in New Issue
Block a user