summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/utils.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/emu/ui/utils.h')
-rw-r--r--src/emu/ui/utils.h52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/emu/ui/utils.h b/src/emu/ui/utils.h
index db1be4fc25c..473ac5f32ea 100644
--- a/src/emu/ui/utils.h
+++ b/src/emu/ui/utils.h
@@ -95,35 +95,35 @@ enum
enum
{
- MEWUI_FIRST_LOAD = 0,
- MEWUI_GENERAL_LOAD = MEWUI_FIRST_LOAD,
- MEWUI_HISTORY_LOAD,
- MEWUI_MAMEINFO_LOAD,
- MEWUI_SYSINFO_LOAD,
- MEWUI_MESSINFO_LOAD,
- MEWUI_COMMAND_LOAD,
- MEWUI_STORY_LOAD,
- MEWUI_LAST_LOAD = MEWUI_STORY_LOAD
+ UI_FIRST_LOAD = 0,
+ UI_GENERAL_LOAD = UI_FIRST_LOAD,
+ UI_HISTORY_LOAD,
+ UI_MAMEINFO_LOAD,
+ UI_SYSINFO_LOAD,
+ UI_MESSINFO_LOAD,
+ UI_COMMAND_LOAD,
+ UI_STORY_LOAD,
+ UI_LAST_LOAD = UI_STORY_LOAD
};
enum
{
- MEWUI_SW_FIRST = 0,
- MEWUI_SW_ALL = MEWUI_SW_FIRST,
- MEWUI_SW_AVAILABLE,
- MEWUI_SW_UNAVAILABLE,
- MEWUI_SW_PARENTS,
- MEWUI_SW_CLONES,
- MEWUI_SW_YEARS,
- MEWUI_SW_PUBLISHERS,
- MEWUI_SW_SUPPORTED,
- MEWUI_SW_PARTIAL_SUPPORTED,
- MEWUI_SW_UNSUPPORTED,
- MEWUI_SW_REGION,
- MEWUI_SW_TYPE,
- MEWUI_SW_LIST,
- MEWUI_SW_CUSTOM,
- MEWUI_SW_LAST = MEWUI_SW_CUSTOM
+ UI_SW_FIRST = 0,
+ UI_SW_ALL = UI_SW_FIRST,
+ UI_SW_AVAILABLE,
+ UI_SW_UNAVAILABLE,
+ UI_SW_PARENTS,
+ UI_SW_CLONES,
+ UI_SW_YEARS,
+ UI_SW_PUBLISHERS,
+ UI_SW_SUPPORTED,
+ UI_SW_PARTIAL_SUPPORTED,
+ UI_SW_UNSUPPORTED,
+ UI_SW_REGION,
+ UI_SW_TYPE,
+ UI_SW_LIST,
+ UI_SW_CUSTOM,
+ UI_SW_LAST = UI_SW_CUSTOM
};
enum
@@ -146,7 +146,7 @@ enum
HOVER_FILTER_FIRST,
HOVER_FILTER_LAST = (HOVER_FILTER_FIRST) + 1 + FILTER_LAST,
HOVER_SW_FILTER_FIRST,
- HOVER_SW_FILTER_LAST = (HOVER_SW_FILTER_FIRST) + 1 + MEWUI_SW_LAST,
+ HOVER_SW_FILTER_LAST = (HOVER_SW_FILTER_FIRST) + 1 + UI_SW_LAST,
HOVER_RP_FIRST,
HOVER_RP_LAST = (HOVER_RP_FIRST) + 1 + RP_LAST
};