summaryrefslogtreecommitdiffstatshomepage
path: root/tests/main.cpp
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-10-07 14:14:08 +0200
committer Miodrag Milanovic <mmicko@gmail.com>2016-10-07 14:14:08 +0200
commit85f4741fcf642f52ac4fa56f0aff1728727c901b (patch)
treeda8cca02913839152d2eb04c0e85a83018bcaed3 /tests/main.cpp
parentff01b716711b97c2fcaa709ea97f7650f106aa10 (diff)
Remove libuv library (nw)
Diffstat (limited to 'tests/main.cpp')
0 files changed, 0 insertions, 0 deletions
51-1/+1 * Overhaul to how MAME handles options, take two (#2341) npwoods2017-06-251-13/+13 * Add trailing newline to several frontend error messages (nw) AJR2017-05-081-2/+2 * Revert "Overhaul to how MAME handles options (#2260)" Vas Crabb2017-05-071-13/+13 * Overhaul to how MAME handles options (#2260) npwoods2017-05-051-13/+13 * Encapsulate a bit more of the menu base class to control when layout changes ... Vas Crabb2016-11-231-3/+3 * Improvements to rgb_t (nw) AJR2016-10-221-2/+2 * NOTICE (TYPE NAME CONSOLIDATION) Miodrag Milanovic2016-10-221-1/+1 * removed enable_dats() option, no longer needed after the switch to lua plugin... dankan18902016-09-191-1/+0 * removed printf hap2016-08-131-1/+0 * Fix detection of auto option in submenu.cpp, nw therealmogminer@gmail.com2016-08-131-1/+8 * std::min and std:max instead of MIN and MAX, also some more macros converted ... Miodrag Milanovic2016-07-311-2/+2 * UI refactoring: [Vas Crabb] Vas Crabb2016-07-101-67/+73 * Revert "C++ comments for some parts." Vas Crabb2016-07-051-15/+22 * Added in "Miscellaneous Options" menu one item to hide ROMless machines from ... dankan18902016-07-041-0/+1 * C++ comments for some parts.