mirror of
https://github.com/holub/mame
synced 2025-07-01 08:18:59 +03:00
Two small fixes (bad menu flags in cheat plugin, copy/paste in docs).
This commit is contained in:
parent
6e355f86c8
commit
18a6113655
@ -222,8 +222,9 @@ Kbd 1
|
|||||||
Press the **1** key on the keyboard once, then wait one second to accept the
|
Press the **1** key on the keyboard once, then wait one second to accept the
|
||||||
setting.
|
setting.
|
||||||
Kbd F12 Kbd Shift Keyboard Alt
|
Kbd F12 Kbd Shift Keyboard Alt
|
||||||
Press the **P** key on the keyboard once, press the left **Shift** key once,
|
Press the **F12** key on the keyboard once, press the left **Shift** key
|
||||||
press the left **Alt** key once, then wait one second to accept the setting.
|
once, press the left **Alt** key once, then wait one second to accept the
|
||||||
|
setting.
|
||||||
Kbd P not Kbd Shift not Kbd Right Shift
|
Kbd P not Kbd Shift not Kbd Right Shift
|
||||||
Press the **P** key on the keyboard once, press the left **Shift** key
|
Press the **P** key on the keyboard once, press the left **Shift** key
|
||||||
twice, press the right **Shift** key twice, then wait one second to accept
|
twice, press the right **Shift** key twice, then wait one second to accept
|
||||||
|
@ -691,10 +691,10 @@ function cheat.startplugin()
|
|||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
menu[#menu + 1] = {"---", "", 0}
|
menu[#menu + 1] = {"---", "", ""}
|
||||||
menu[#menu + 1] = {_("Set hotkeys"), "", 0}
|
menu[#menu + 1] = {_("Set hotkeys"), "", ""}
|
||||||
menu[#menu + 1] = {_("Reset All"), "", 0}
|
menu[#menu + 1] = {_("Reset All"), "", ""}
|
||||||
menu[#menu + 1] = {_("Reload All"), "", 0}
|
menu[#menu + 1] = {_("Reload All"), "", ""}
|
||||||
return menu
|
return menu
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user