mirror of https://github.com/mgba-emu/mgba.git
mGUI: Add better description of the fastForwardMute option
This commit is contained in:
parent
55f21cd951
commit
fc14b4b0da
|
@ -109,7 +109,7 @@ void mGUIShowConfig(struct mGUIRunner* runner, struct GUIMenuItem* extra, size_t
|
|||
.nStates = 2
|
||||
};
|
||||
*GUIMenuItemListAppend(&menu.items) = (struct GUIMenuItem) {
|
||||
.title = "Fast forward mute",
|
||||
.title = "Mute while fast forwarding",
|
||||
.data = GUI_V_S("fastForwardMute"),
|
||||
.submenu = 0,
|
||||
.state = false,
|
||||
|
|
Loading…
Reference in New Issue