summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Procedural texture for vectors in HLSL ImJezze2016-06-051-2/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-1/+8
* Move system name lookup into frontend (nw) AJR2016-04-281-1/+0
* Cleanups and version bumpmame0173 Miodrag Milanovic2016-04-271-2/+2
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-55/+1
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-211-26/+29
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-1/+1
* Make overscan on integer scaled targets optional (add option -intoverscan). Antonio Giner2016-04-051-0/+2
* Fixed MT06171: Specialized ini file settings get retained on a second game la... dankan18902016-04-011-3/+3
* Cleanups and version bump Miodrag Milanovic2016-03-301-2/+2
* added -plugins / -noplugins (to enable or disable plugins in total) [Miodrag... Miodrag Milanovic2016-03-291-0/+8
* Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-0/+4
* Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-0/+10
* Let slot_default in softlists override INIs (but not the command line) AJR2016-03-091-1/+2
* Cleanups and version bump Miodrag Milanovic2016-02-241-5/+5
* placing back UI related settings to emu_options on popular demand (nw) Miodrag Milanovic2016-02-221-0/+11
* Added multi-language support for MAME [Miodrag Milanovic] Miodrag Milanovic2016-02-201-0/+6
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+2
* Added new options: Michele Fochi2016-02-081-0/+4
* move some options to ui.ini (nw) Miodrag Milanovic2016-02-051-11/+1
* Keep ui options separate from emulator ini file. (nw) Miodrag Milanovic2016-02-051-6/+5
* added UI parameter, option simple gives back old style start screen, features... Miodrag Milanovic2016-02-051-0/+2
* more mewui -> ui renames (nw) Miodrag Milanovic2016-02-041-1/+1
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-5/+7
* Software list entries can now supply slot option defaults AJR2016-01-301-4/+7
* Return std::string objects by value rather than pass by reference AJR2016-01-101-2/+2
* add lua console support back in Jeffrey Clark2016-01-061-0/+4
* clang-modernize part 1 (nw) Miodrag Milanovic2015-12-031-1/+1
* Removed mongoose due to restricted license and webserver wip till code is res... Miodrag Milanovic2015-11-041-10/+0
* Cleanup ImJezze2015-10-261-4/+4
* Experimental Dynamic Beam Width ImJezze2015-10-251-2/+6
* Merge pull request #6 from mamedev/master ImJezze2015-10-201-4/+13
|\
| * coleco.c: Reduce tagmap lookups and added support for 31in1 and 63in1 multica... Wilbert Pol2015-08-101-1/+2
| * bebox.c: reduce tagmap lookups (nw) Wilbert Pol2015-08-021-1/+2
| * Some more tagmap lookup reduction work (nw) Wilbert Pol2015-08-011-2/+9
* | Smooth Borders ImJezze2015-10-091-1/+1
|/
* Core - Added emulation options for comm settings Ariane Fugmann2015-06-061-0/+12
* moved all to std::string (nw) Miodrag Milanovic2015-04-221-6/+6
* made -[no]dummywrite DEBUG only and removed it from the official documentatio... Oliver Stöneberg2015-03-241-0/+4
* Fix performance regression from -dummywrite addition (nw) Alex W. Jackson2015-03-201-1/+1
* added command-line option -[no]dummywrite to create snaphots of each frame wi... Oliver Stöneberg2015-03-171-0/+2
* Cleanups and version bumpmame0158 Miodrag Milanovic2015-01-281-5/+5
* ui: fixed bug where slot options set via internal UI did not properly etabeta782015-01-171-1/+2
* Untangled options inheritance. Previously code locked in osd_options couriersud2015-01-131-6/+11
* added command-line option -[no]drc_log_native to control DRC native diassembl... Oliver Stöneberg2014-11-071-0/+2
* added command-line option -[no]drc_log_uml to control DRC UML disassembly log... Oliver Stöneberg2014-11-071-0/+2
* added command-line option -[no]snapbilinear to control binlinear filtering fo... Oliver Stöneberg2014-10-251-0/+2
* -Created machine_manager as singleton class that contains (for now) one runni... Miodrag Milanovic2014-06-061-0/+2
* no need for this it's in main class now (nw) Miodrag Milanovic2014-05-091-2/+0
* -Reorganized OSD, handling more sound output systems and debuggers, defaults ... Miodrag Milanovic2014-05-081-10/+2