summaryrefslogtreecommitdiffstatshomepage
path: root/src/emu/ui/selector.h
diff options
context:
space:
mode:
author Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
committer Miodrag Milanovic <mmicko@gmail.com>2016-02-24 07:46:57 +0100
commit3abcaee63ff285514e8b51a60949c97a7dfa5304 (patch)
tree63e6be46c1932606689f9bfacc920d69cfc4b51f /src/emu/ui/selector.h
parent0cbd8782119b140920097a2bee76f36aef014be9 (diff)
Cleanups and version bump
Diffstat (limited to 'src/emu/ui/selector.h')
0 files changed, 0 insertions, 0 deletions
23d0b86025ba6ff6'>frontend: Only populate BIOS Selection menu with system and slot cards that a... Vas Crabb2020-10-212-11/+22 * emu/ioport.cpp: Improved initial keyboard enable settings when changing slot ... Vas Crabb2020-10-111-1/+1 * -emu/natkeyboard.cpp: Allow keyboard devices to be enabled/disabled. Vas Crabb2020-10-118-59/+145 * Miscellaneous cleanup: Vas Crabb2020-10-103-97/+97 * Various improvements to image file handling: Vas Crabb2020-10-083-561/+95 * ui: Show software selection menu before doing system audit, for casual browsing. Vas Crabb2020-10-045-52/+61 * Got rid of global_alloc/global_free. Vas Crabb2020-10-036-16/+13 * -Got rid of most of the remaining problematic uses of make_unique_clear. Vas Crabb2020-09-302-7/+7 * Cleaned up bitmap API. Vas Crabb2020-09-274-27/+22 * Significant internal changes to sound streams (#7169) Aaron Giles2020-09-131-5/+5 * -util/xmlfile: Escape attribute and element content.