diff options
| author | 2016-02-10 22:38:08 +0100 | |
|---|---|---|
| committer | 2016-02-10 22:38:08 +0100 | |
| commit | cd05adafe0fa1b23713cfbea9402f8decbf3f345 (patch) | |
| tree | d088698ac93bae28cb76a757d2f0e50b351ca999 /src/emu/ui/utils.cpp | |
| parent | 186febc3dc45a7339b80bc50a1a3e5b270b855c4 (diff) | |
ui: Removed the creation of cache file 'info_', and also removed 'Screen Type', '(no)Samples' and 'Stereo' filters. (TODO: pending to restore them in a proper manner).
Diffstat (limited to 'src/emu/ui/utils.cpp')
| -rw-r--r-- | src/emu/ui/utils.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/emu/ui/utils.cpp b/src/emu/ui/utils.cpp index eb8078a4ab1..79bec2fc149 100644 --- a/src/emu/ui/utils.cpp +++ b/src/emu/ui/utils.cpp @@ -27,8 +27,7 @@ std::vector<std::string> c_mnfct::ui; UINT16 main_filters::actual = 0; const char *main_filters::text[] = { "All", "Available", "Unavailable", "Working", "Not Mechanical", "Category", "Favorites", "BIOS", "Originals", "Clones", "Not Working", "Mechanical", "Manufacturers", "Years", "Support Save", - "Not Support Save", "CHD", "No CHD", "Use Samples", "Not Use Samples", "Stereo", "Vertical", - "Horizontal", "Screen Type", "Custom" }; + "Not Support Save", "CHD", "No CHD", "Vertical", "Horizontal", "Custom" }; size_t main_filters::length = ARRAY_LENGTH(main_filters::text); // Software filters @@ -37,11 +36,6 @@ const char *sw_filters::text[] = { "All", "Available", "Unavailable", "Originals "Partial Supported", "Unsupported", "Region", "Device Type", "Software List", "Custom" }; size_t sw_filters::length = ARRAY_LENGTH(sw_filters::text); -// Screens -UINT16 screen_filters::actual = 0; -const char *screen_filters::text[] = { "<none>", "Raster", "Vector", "LCD" }; -size_t screen_filters::length = ARRAY_LENGTH(screen_filters::text); - // Globals UINT8 ui_globals::rpanel = 0; UINT8 ui_globals::curimage_view = 0; |
