mirror of
https://github.com/RetroDECK/Supermodel.git
synced 2025-04-10 19:15:14 +00:00
Changed output "Pause" to "pause", as it is spelled in MAME, for MAMEHooker.
This commit is contained in:
parent
08d347ccc7
commit
b017b24b1f
|
@ -27,7 +27,7 @@
|
||||||
|
|
||||||
const char *COutputs::s_outputNames[] =
|
const char *COutputs::s_outputNames[] =
|
||||||
{
|
{
|
||||||
"Pause",
|
"pause",
|
||||||
"LampStart",
|
"LampStart",
|
||||||
"LampView1",
|
"LampView1",
|
||||||
"LampView2",
|
"LampView2",
|
||||||
|
|
Loading…
Reference in a new issue