-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
I was looking at using DSXMENU inside DosBox to make things a little easier for games and apps when starting them from a frontend or bat. The menu itself does everything you need functionality wise, however I was wondering if we can have a simple non navigable text line entry.
For example:
[menu]
menutext=Awesome Game Menu
menuitem=choice_a,Menu item A
menuitem=choice_b,Menu item B
menuitem=choice_c,Menu item C
menudefault=choice_b,10
You can sort of do this with a dummy line menuitem=,Some text
but it's still navigable. It would be handy for adding a title to the menu or some sort of hint about which option to select.
Metadata
Metadata
Assignees
Labels
No labels