mirror of
https://github.com/mamedev/mame.git
synced 2024-11-18 10:06:19 +01:00
plugins: Fixed obligatory copy/paste error in new timecode plugin.
This commit is contained in:
parent
d775a2731d
commit
6cbfe66e52
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
-- license:BSD-3-Clause
|
-- license:BSD-3-Clause
|
||||||
-- copyright-holders:Vas Crabb
|
-- copyright-holders:Vas Crabb
|
||||||
local exports = {
|
local exports = {
|
||||||
name = 'inputmacro',
|
name = 'timecode',
|
||||||
version = '0.0.1',
|
version = '0.0.1',
|
||||||
description = 'Timecode recorder plugin',
|
description = 'Timecode recorder plugin',
|
||||||
license = 'BSD-3-Clause',
|
license = 'BSD-3-Clause',
|
||||||
|
|
Loading…
Reference in a new issue