diff options
author | 2017-08-15 18:19:18 +1000 | |
---|---|---|
committer | 2017-08-15 18:19:18 +1000 | |
commit | 1c4c96a0cf8f0499d264bc9ddbe7b05743276cd6 (patch) | |
tree | 1850570267d4cda951bed85b4d9841af55780ee8 /src/frontend/mame/ui/utils.h | |
parent | b978ce8af35f662cc43275a06b5ff07ef79b7472 (diff) |
add a not BIOS machine filter (useful in composite filters), support RGB PNG with transparent pen because why not
Diffstat (limited to 'src/frontend/mame/ui/utils.h')
-rw-r--r-- | src/frontend/mame/ui/utils.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/frontend/mame/ui/utils.h b/src/frontend/mame/ui/utils.h index 394bcc86244..4aa9b9ef9aa 100644 --- a/src/frontend/mame/ui/utils.h +++ b/src/frontend/mame/ui/utils.h @@ -133,6 +133,7 @@ public: CATEGORY, FAVORITE, BIOS, + NOT_BIOS, PARENTS, CLONES, MANUFACTURER, |