mirror of
https://github.com/Zelda64Recomp/Zelda64Recomp
synced 2026-07-11 07:25:41 -04:00
Reimplement mechanism to open the config menu to a specific tab
This commit is contained in:
@@ -57,6 +57,17 @@ namespace recompui {
|
||||
ContextId get_config_sub_menu_context_id();
|
||||
ContextId get_close_prompt_context_id();
|
||||
|
||||
enum class ConfigTab {
|
||||
General,
|
||||
Controls,
|
||||
Graphics,
|
||||
Sound,
|
||||
Mods,
|
||||
Debug,
|
||||
};
|
||||
|
||||
void set_config_tab(ConfigTab tab);
|
||||
|
||||
enum class ButtonVariant {
|
||||
Primary,
|
||||
Secondary,
|
||||
|
||||
Reference in New Issue
Block a user