index
:
mame
aaron-nl3
aaron-pci-cleanup
arm3_copro
asmjit
cdimono2_wip
cdplay
cdtv_chd-v5
dc_pvr-thread
deprecated
docs_wavwrite
draggable-layout
dribbling-nl
hlsl_aviplay
lisa
lua_engine_ui_refactor_2
m57_troangel-bluesea
make_coco_fdc_fixed
master
n64-angrylion
netlist-generated
new_menus
nl-splitfrogs
nl_dips
nltool-updates
py_regtests
qt6_position-fix
rendlay_vid
saturn_cdblock
saturn_vdp_split
save-experiments
save_structs
shangha3_drop
sound
taitoair_vco
taitowlf_zoom
time-experiments
time-experiments2
vamphalf_misncrft
voodoo_directx11
x86_std-exceptions
xbox_swlist
ymfm-delay
MAME - Multiple Arcade Machine Emulator
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
src
/
emu
/
emuopts.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed spelling error (nw)
Robbbert
2016-11-13
1
-1
/
+1
*
added OPTION_HOMEPATH to point to read/write folder,for now used by LUA scrip...
Miodrag Milanovic
2016-11-12
1
-0
/
+1
*
Added swpath. Allows users to specify location of loose software.
Robbbert
2016-10-12
1
-0
/
+1
*
Implement new option -autostretchxy, to automatically apply
Antonio Giner
2016-08-27
1
-0
/
+1
*
Implement new option -unevenstretchy (complementary to -unevenstretchx)
Antonio Giner
2016-08-27
1
-0
/
+1
*
Procedural texture for vectors in HLSL
ImJezze
2016-06-05
1
-1
/
+0
*
Changed the backing representation of OPTION_UI from being a string to an enum
Nathan Woods
2016-05-29
1
-0
/
+7
*
Move system name lookup into frontend (nw)
AJR
2016-04-28
1
-14
/
+0
*
Various cleanups suggested by static analyzer (nw)
Miodrag Milanovic
2016-04-24
1
-1
/
+1
*
Added file for mame depended handling of opts (nw)
Miodrag Milanovic
2016-04-22
1
-418
/
+0
*
Created mame_options as 1st step towards creating core independent of MAME im...
Miodrag Milanovic
2016-04-21
1
-153
/
+157
*
Merge pull request #823 from ajrhacker/deviter
Miodrag Milanović
2016-04-20
1
-27
/
+23
|
\
|
*
Iterate over devices C++11 style
AJR
2016-04-18
1
-27
/
+23
*
|
Forced reset in order to properly apply some options. (nw)
dankan1890
2016-04-20
1
-1
/
+1
|
/
*
ui: Re-enabled configuration menu for single-machine and added some options.
dankan1890
2016-04-15
1
-2
/
+2
*
diimage.cpp: Allow image devices to be configured with a fixed
etabeta78
2016-04-12
1
-1
/
+4
*
Make overscan on integer scaled targets optional (add option -intoverscan).
Antonio Giner
2016-04-05
1
-0
/
+1
*
Revert software-installed slot/image options when changing software
AJR
2016-04-04
1
-23
/
+30
*
refactor miscmenu and add adv menu (nw)
Jeffrey Clark
2016-04-03
1
-2
/
+2
*
Iterate over core classes C++11 style
AJR
2016-03-31
1
-1
/
+1
*
Change INIPATH default to cover new HLSL presets (ini/presets) (nw)
Scott Stone
2016-03-30
1
-1
/
+1
*
added -plugins / -noplugins (to enable or disable plugins in total) [Miodrag...
Miodrag Milanovic
2016-03-29
1
-0
/
+3
*
using same check as in clifront, just to check if string is empty (nw)
Miodrag Milanovic
2016-03-28
1
-1
/
+1
*
Avoid dereferencing null pointers in set_system_name (nw)
AJR
2016-03-27
1
-2
/
+2
*
Remember to load software when the system name doesn't change (nw)
AJR
2016-03-26
1
-44
/
+50
*
Allow software selected from UI to install slot defaults
AJR
2016-03-26
1
-10
/
+53
*
Move integer scaling implementation to render_target::compute_visible_area
Antonio Giner
2016-03-20
1
-2
/
+4
*
Implement integer scaling in core renderer [Calamity]
Antonio Giner
2016-03-15
1
-0
/
+6
*
Make osd_file a polymorphic class that's held with smart pointers
Vas Crabb
2016-03-14
1
-2
/
+2
*
Change default value of autoboot_delay to 0. The LUA scripts themselves can ...
Scott Stone
2016-03-12
1
-1
/
+1
*
Let slot_default in softlists override INIs (but not the command line)
AJR
2016-03-09
1
-3
/
+7
*
Turn core_file into a proper class that gets cleaned up safely using unique_ptr
Vas Crabb
2016-03-06
1
-1
/
+1
*
* Support *n conversion in stream_format/string_format
Vas Crabb
2016-03-01
1
-2
/
+2
*
Replace strformat, strprintf and strcatprintf with type-safe steam_format and...
Vas Crabb
2016-02-28
1
-6
/
+6
*
Cleanups and version bump
Miodrag Milanovic
2016-02-24
1
-2
/
+2
*
placing back UI related settings to emu_options on popular demand (nw)
Miodrag Milanovic
2016-02-22
1
-0
/
+4
*
Added multi-language support for MAME [Miodrag Milanovic]
Miodrag Milanovic
2016-02-20
1
-0
/
+2
*
Added plugins and boot.lua as startup script [Miodrag Milanovic]
Miodrag Milanovic
2016-02-14
1
-0
/
+1
*
Added new options:
Michele Fochi
2016-02-08
1
-0
/
+3
*
move some options to ui.ini (nw)
Miodrag Milanovic
2016-02-05
1
-4
/
+0
*
Keep ui options separate from emulator ini file. (nw)
Miodrag Milanovic
2016-02-05
1
-1
/
+1
*
added UI parameter, option simple gives back old style start screen, features...
Miodrag Milanovic
2016-02-05
1
-0
/
+1
*
change default (nw)
David Haywood
2016-02-04
1
-1
/
+1
*
more mewui -> ui renames (nw)
Miodrag Milanovic
2016-02-04
1
-1
/
+1
*
Initial import of MEWUI to MAME [Dankan1890]
Dankan1890
2016-02-04
1
-4
/
+4
*
Ignore invalid default slot options in software lists
AJR
2016-01-31
1
-1
/
+1
*
Software list entries can now supply slot option defaults
AJR
2016-01-30
1
-25
/
+34
*
reverting:
Miodrag Milanovic
2016-01-20
1
-2
/
+2
*
Revert "fix for slots, makes c64 and other loading (nw)"
Miodrag Milanovic
2016-01-20
1
-4
/
+4
*
Revert "Fix for hang, emu_options::add_slot_options was changed, other thing...
Miodrag Milanovic
2016-01-20
1
-7
/
+7
[next]