summaryrefslogtreecommitdiffstatshomepage
path: root/src/frontend/mame/pluginopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* pluginopts: don't add library plugins to plugin.ini, hap2023-07-311-5/+8
* pluginopts.cpp: Use path_concat utility function AJR2022-10-041-3/+4
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* More Lua interface cleanup - it's simpler with cleaner underlyng APIs. Vas Crabb2020-12-271-2/+2
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-4/+3
* Enabled default move ctor/assignments in core_options, and changed npwoods2019-08-011-5/+7
* srcclean (nw) Vas Crabb2019-07-281-5/+5
* Refactored MAME's plugin system npwoods2019-07-241-49/+131
* misc fix/cleanup (nw) Vas Crabb2018-01-261-3/+5
* Eliminate core_strdup (nw) AJR2018-01-241-1/+2
* Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-1/+1
* Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-1/+1
* Overhaul to how MAME handles options (#2260) npwoods2017-05-051-1/+1
* plugin path expansion (nw) cracyc2016-07-091-0/+1
* POSIX implementation for new directory read features, cleanup of Windows impl... Vas Crabb2016-06-251-5/+2
* C++-ified osd_directory (now osd::directory), and added last_modified to osd:... Nathan Woods2016-06-241-5/+5
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-3/+2
* Split UI and frontend part from core [Miodrag Milanovic] Miodrag Milanovic2016-04-231-0/+97