summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/emuopts.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Added swpath. Allows users to specify location of loose software. Robbbert2016-10-121-0/+1
* Implement new option -autostretchxy, to automatically apply Antonio Giner2016-08-271-0/+1
* Implement new option -unevenstretchy (complementary to -unevenstretchx) Antonio Giner2016-08-271-0/+1
* Procedural texture for vectors in HLSL ImJezze2016-06-051-1/+0
* Changed the backing representation of OPTION_UI from being a string to an enum Nathan Woods2016-05-291-0/+7
* Move system name lookup into frontend (nw) AJR2016-04-281-14/+0
* Various cleanups suggested by static analyzer (nw) Miodrag Milanovic2016-04-241-1/+1
* Added file for mame depended handling of opts (nw) Miodrag Milanovic2016-04-221-418/+0
* Created mame_options as 1st step towards creating core independent of MAME im... Miodrag Milanovic2016-04-211-153/+157
* Merge pull request #823 from ajrhacker/deviter Miodrag Milanović2016-04-201-27/+23
|\
| * Iterate over devices C++11 style AJR2016-04-181-27/+23
* | Forced reset in order to properly apply some options. (nw) dankan18902016-04-201-1/+1
|/
* ui: Re-enabled configuration menu for single-machine and added some options. dankan18902016-04-151-2/+2
* diimage.cpp: Allow image devices to be configured with a fixed etabeta782016-04-121-1/+4
* Make overscan on integer scaled targets optional (add option -intoverscan). Antonio Giner2016-04-051-0/+1
* Revert software-installed slot/image options when changing software AJR2016-04-041-23/+30
* refactor miscmenu and add adv menu (nw) Jeffrey Clark2016-04-031-2/+2
* Iterate over core classes C++11 style AJR2016-03-311-1/+1
* Change INIPATH default to cover new HLSL presets (ini/presets) (nw) Scott Stone2016-03-301-1/+1
* added -plugins / -noplugins (to enable or disable plugins in total) [Miodrag... Miodrag Milanovic2016-03-291-0/+3
* using same check as in clifront, just to check if string is empty (nw) Miodrag Milanovic2016-03-281-1/+1
* Avoid dereferencing null pointers in set_system_name (nw) AJR2016-03-271-2/+2
* Remember to load software when the system name doesn't change (nw) AJR2016-03-261-44/+50
* Allow software selected from UI to install slot defaults AJR2016-03-261-10/+53
* Move integer scaling implementation to render_target::compute_visible_area Antonio Giner2016-03-201-2/+4
* Implement integer scaling in core renderer [Calamity] Antonio Giner2016-03-151-0/+6
* Make osd_file a polymorphic class that's held with smart pointers Vas Crabb2016-03-141-2/+2
* Change default value of autoboot_delay to 0. The LUA scripts themselves can ... Scott Stone2016-03-121-1/+1
* Let slot_default in softlists override INIs (but not the command line) AJR2016-03-091-3/+7
* Turn core_file into a proper class that gets cleaned up safely using unique_ptr Vas Crabb2016-03-061-1/+1
* * Support *n conversion in stream_format/string_format Vas Crabb2016-03-011-2/+2
* Replace strformat, strprintf and strcatprintf with type-safe steam_format and... Vas Crabb2016-02-281-6/+6
* Cleanups and version bump Miodrag Milanovic2016-02-241-2/+2
* placing back UI related settings to emu_options on popular demand (nw) Miodrag Milanovic2016-02-221-0/+4
* Added multi-language support for MAME [Miodrag Milanovic] Miodrag Milanovic2016-02-201-0/+2
* Added plugins and boot.lua as startup script [Miodrag Milanovic] Miodrag Milanovic2016-02-141-0/+1
* Added new options: Michele Fochi2016-02-081-0/+3
* move some options to ui.ini (nw) Miodrag Milanovic2016-02-051-4/+0
* Keep ui options separate from emulator ini file. (nw) Miodrag Milanovic2016-02-051-1/+1
* added UI parameter, option simple gives back old style start screen, features... Miodrag Milanovic2016-02-051-0/+1
* change default (nw) David Haywood2016-02-041-1/+1
* more mewui -> ui renames (nw) Miodrag Milanovic2016-02-041-1/+1
* Initial import of MEWUI to MAME [Dankan1890] Dankan18902016-02-041-4/+4
* Ignore invalid default slot options in software lists AJR2016-01-311-1/+1
* Software list entries can now supply slot option defaults AJR2016-01-301-25/+34
* reverting: Miodrag Milanovic2016-01-201-2/+2
* Revert "fix for slots, makes c64 and other loading (nw)" Miodrag Milanovic2016-01-201-4/+4
* Revert "Fix for hang, emu_options::add_slot_options was changed, other thing... Miodrag Milanovic2016-01-201-7/+7
* Revert "cleanup (nw)" Miodrag Milanovic2016-01-201-2/+2
* cleanup (nw) Miodrag Milanovic2016-01-181-2/+2