diff options
author | 2021-11-21 14:14:44 +1100 | |
---|---|---|
committer | 2021-11-21 14:14:44 +1100 | |
commit | 637eaca7a4ee0f7ca01162931806ac4d65e56630 (patch) | |
tree | 43a8bd97b49d54f8de086dd76e9c82036c629f69 /plugins/timer/timer_persist.lua | |
parent | 7a68283de7f328af7bae232a41947c4d760c5dd3 (diff) |
srcclean in preparation for release of MAME 0.238.
Patched up positron.cpp input ports - you shouldn’t use PORT_NAME when
the key cap label is just the characters it produces anyway, and you’re
supposed to use the actual character a key produces for PORT_CHAR or
"natural" keyboard mode/paste will be unnatural.
Diffstat (limited to 'plugins/timer/timer_persist.lua')
-rw-r--r-- | plugins/timer/timer_persist.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/timer/timer_persist.lua b/plugins/timer/timer_persist.lua index 5ed33f03eb4..4781c263ba8 100644 --- a/plugins/timer/timer_persist.lua +++ b/plugins/timer/timer_persist.lua @@ -101,7 +101,7 @@ local function check_schema(db) if vals[i] == 'driver' then driver_indexed = true elseif vals[i] == 'softlist' then - softlist_indexed = true + softlist_indexed = true elseif vals[i] == 'software' then software_indexed = true end |