Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cleanups and version bumpmame0158 | 2015-01-28 | 1 | -2/+1 | |
| | |||||
* | Hopefully fix compile on OSX | 2015-01-15 | 1 | -1/+1 | |
| | |||||
* | OSD Updates: | 2015-01-14 | 1 | -2/+15 | |
| | | | | | - OSD can now use OPTION_COMMAND; added execute_command handler to osd_interface. - moved list_network_devices and list_midi_devices to OSD | ||||
* | Untangled options inheritance. Previously code locked in osd_options | 2015-01-13 | 1 | -0/+52 | |
locking any potential future OSD to these. Options inheritance now is core_options emu_options cli_options osd_options [sdl|win]_osd_options This required a number of minor changes to other code as well. Tested on linux-sdl, windows-sdl, windows-mainline, osx-sdl |