summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules/lib/osdobj_common.cpp
Commit message (Expand)AuthorAgeFilesLines
* Various cleanups: Vas Crabb2026-04-041-5/+0
* sdl3: Fix font lookup. [R. Belmont] arbee2026-02-071-0/+4
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+19
* osd: Preliminary revised macOS CoreAudio backend. [R. Belmont] arbee2025-05-311-10/+0
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-311-1/+1
* attotime: fix lockup with as_string and negative attotime, hap2025-05-301-1/+1
* sound: tell the osd about the update Olivier Galibert2025-05-291-0/+9
* -sound: Removed DirectSound sound module. Vas Crabb2025-05-291-1/+0
* -sound/wasapi_sound.cpp: Improved error handling and buffer management. Vas Crabb2025-05-261-1/+2
* sound: change audio_latency to seconds (float), so people with existing mame.... hap2025-05-201-1/+1
* sound: remove references to portaudio options that were removed hap2025-05-181-7/+0
* sound: change audio_latency duration option to milliseconds hap2025-05-181-1/+1
* New sound infrastructure. Olivier Galibert2025-04-271-24/+46
* osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb2025-04-231-10/+20
* file selector: Add midi connection selection to midi ports Olivier Galibert2024-10-291-0/+6
* Cleaned up the mess from #12610: Vas Crabb2024-08-271-1/+1
* gdbstub: add -debugger_host option (#12610) Ramiro Polla2024-08-081-0/+1
* -osd: Update slider list on demand rather than on frame updated (fixes MT08857). Vas Crabb2024-04-271-3/+25
* input/input_sdl.cpp: Added an SDL lightgun provider. Vas Crabb2024-04-261-0/+1
* osd: Cleaned up MIDI and network interfaces a little more. Vas Crabb2024-03-011-4/+41
* Skeleton driver for 600 Cellular Activation Tester (#11225) MooglyGuy2023-05-131-1/+1
* Various optimisations to code generaton. Vas Crabb2023-03-261-1/+1
* Update accumulating relative inputs exactly once per frame. Vas Crabb2023-02-241-5/+5
* osd: Don't pump events when reading inputs. Vas Crabb2023-02-231-0/+8
* bgfx: Refined configuration handling: Vas Crabb2023-02-021-8/+8
* osd: Fixed BGFX crash on toggling fullscreen on Linux. Vas Crabb2023-02-021-2/+2
* osd: Turned video modules into actual modules, fixed various issues. Vas Crabb2023-02-011-55/+50
* Various input and OSD refactoring: Vas Crabb2023-01-291-23/+8
* Miscellaneous fixes and refactoring: Vas Crabb2023-01-281-71/+17
* osd: Added option to accept SDL game controller/joystick input when losing UI... Vas Crabb2023-01-141-1/+2
* osd: Added support for mapping files to sdlgame joystick provider and made it... Vas Crabb2023-01-141-122/+124
* -osd: Better XInput and SDL game controller input enhancements: Vas Crabb2023-01-121-1/+2
* util/options.cpp: Fixed overriden default option values from OSD. Vas Crabb2022-12-191-2/+2
* osd/modules/file: Don't magically substitute environment variables when openi... npwoods2022-12-171-2/+2
* Patched up some gaps in functionality and fixed some bugs. Vas Crabb2022-09-021-1/+1
* OSD/network interface cleanup AJR2022-08-281-0/+1
* Clean up #includes in src/osd (#10029) ajrhacker2022-07-041-2/+26
* util/options.h: Removed legacy OPTION_* option type constants. (#9851) npwoods2022-05-301-116/+116
* -bgfx: Added default LUT PNG, fixes LUT-effect crash. Fixed external texture ... MooglyGuy2022-03-121-1/+1
* Remove uwp specific sources Miodrag Milanovic2021-10-261-2/+0
* Updated help text for bgfx_backend Robbbert2021-08-131-1/+1
* sound: Pulseaudio support Olivier Galibert2021-04-161-0/+3
* Changed audio_latency valid range from 1-5 to 0-5 (#7916) 9871238791132021-04-011-1/+1
* Much more core std::string_view modernization AJR2021-01-201-1/+1
* Got rid of global_alloc/global_free. Vas Crabb2020-10-031-10/+10
* fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) Oliver Stöneberg2020-01-301-2/+2
* video: higher maximum prescale (nw) hap2020-01-051-1/+1
* UI input menu: treat codes containing a postive and negative of the same thin... Vas Crabb2019-11-211-1/+1
* Make osd_printf_* use util/strformat semantics. Vas Crabb2019-09-261-17/+20
* Fix typo (nw) R. Belmont2019-09-161-1/+1