mirror of
https://github.com/joncampbell123/dosbox-x.git
synced 2025-10-14 10:48:18 +08:00
Add OPL to menu and dialog
This commit is contained in:
@@ -3423,7 +3423,7 @@ void AllocCallback1() {
|
|||||||
set_callback_function(mixer_info_menu_callback);
|
set_callback_function(mixer_info_menu_callback);
|
||||||
mainMenu.alloc_item(DOSBoxMenu::item_type_id,"sb_info").set_text("Show Sound Blaster configuration").
|
mainMenu.alloc_item(DOSBoxMenu::item_type_id,"sb_info").set_text("Show Sound Blaster configuration").
|
||||||
set_callback_function(sb_device_menu_callback);
|
set_callback_function(sb_device_menu_callback);
|
||||||
mainMenu.alloc_item(DOSBoxMenu::item_type_id,"midi_info").set_text("Show MIDI device configuration").
|
mainMenu.alloc_item(DOSBoxMenu::item_type_id,"midi_info").set_text("Show MIDI/OPL device configuration").
|
||||||
set_callback_function(midi_device_menu_callback);
|
set_callback_function(midi_device_menu_callback);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@@ -220,7 +220,7 @@ void AddMessages() {
|
|||||||
MSG_Add("HELP_COMMAND","Help on DOS command");
|
MSG_Add("HELP_COMMAND","Help on DOS command");
|
||||||
MSG_Add("CURRENT_VOLUME","Current sound mixer volumes");
|
MSG_Add("CURRENT_VOLUME","Current sound mixer volumes");
|
||||||
MSG_Add("CURRENT_SBCONFIG","Sound Blaster configuration");
|
MSG_Add("CURRENT_SBCONFIG","Sound Blaster configuration");
|
||||||
MSG_Add("CURRENT_MIDICONFIG","Current MIDI configuration");
|
MSG_Add("CURRENT_MIDICONFIG","Current MIDI/OPL configuration");
|
||||||
MSG_Add("CREATE_IMAGE","Create blank disk image");
|
MSG_Add("CREATE_IMAGE","Create blank disk image");
|
||||||
MSG_Add("NETWORK_LIST","Network interface list");
|
MSG_Add("NETWORK_LIST","Network interface list");
|
||||||
MSG_Add("PRINTER_LIST","Printer device list");
|
MSG_Add("PRINTER_LIST","Printer device list");
|
||||||
|
Reference in New Issue
Block a user