summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Aloow seperate display and configuration names for sound nodes Olivier Galibert2025-05-297-1/+8
* -sound: Removed DirectSound sound module. Vas Crabb2025-05-295-620/+74
* -sound/xaudio2_sound.cpp: Fixed some stuff not getting reset on exit()/init(). Vas Crabb2025-05-293-130/+224
* sound/xaudio2_sound.cpp: Actually commit correction to autocomplete gone wrong. Vas Crabb2025-05-271-2/+2
* sound/sound_wasapi.cpp, sound/sound_xaudio2.cpp: Deal with resetting per-app ... Vas Crabb2025-05-272-15/+58
* sound: A few refinements: Vas Crabb2025-05-277-35/+73
* sound/xaudio2_sound.cpp: Bump node number on critical XAudio2 engine errors. Vas Crabb2025-05-261-2/+1
* sound/wasapi_sound.cpp: Fixed clang ARM error. Vas Crabb2025-05-261-2/+2
* -sound/wasapi_sound.cpp: Improved error handling and buffer management. Vas Crabb2025-05-267-170/+292
* speaker: allow positioning unknown and don't map Olivier Galibert2025-05-253-3/+7
* sound/wasapi_sound.cpp: Fixed clang warnings. Vas Crabb2025-05-251-2/+2
* -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled y... Vas Crabb2025-05-253-98/+1602
* sound/xaudio2_sound.cpp: Better handling of critical errors, more verbose log... Vas Crabb2025-05-243-235/+323
* sound/xaudio2_sound.cpp: More paranoid cleanup. Vas Crabb2025-05-231-24/+73
* sound/xaudio2_sound.cpp: Listen for critical engine errors, more clang warnings. Vas Crabb2025-05-231-82/+187
* sound/xaudio2_sound.cpp: Smarter buffer submission algorithm. Vas Crabb2025-05-231-9/+16
* sound/xaudio2_sound.cpp: Changed total buffer size to actually match specifie... Vas Crabb2025-05-231-4/+4
* sound/xaudio2_sound.cpp: Forgot to clear the want update flag. Vas Crabb2025-05-231-1/+3
* sound/xaudio2_sound.cpp: Setting the default latency to the target buffer sub... Vas Crabb2025-05-231-2/+2
* sound/xaudio2_sound.cpp: Initial support for new sound system features. Vas Crabb2025-05-234-336/+1493
* audiomix: fix rounding issue with db adjust hap2025-05-221-1/+1
* pa_sound: popmessage instead of printf if there's a device conflict while fid... hap2025-05-221-8/+24
* osd: Various cleanup and fixes: Vas Crabb2025-05-218-97/+132
* Revert "sound_module: set default sink node to 0" hap2025-05-201-1/+1
* sound_module: set default sink node to 0 hap2025-05-201-1/+1
* pa_sound: add device name to error message hap2025-05-201-2/+2
* pa_sound: add error messages hap2025-05-201-2/+5
* sound: change audio_latency to seconds (float), so people with existing mame.... hap2025-05-206-26/+24
* pa_sound: add api info to device names hap2025-05-182-7/+3
* sound: remove references to portaudio options that were removed hap2025-05-183-17/+1
* sound: change audio_latency duration option to milliseconds hap2025-05-185-17/+16
* pa: avoid deadlocks, avoid device name collisions Olivier Galibert2025-05-181-2/+9
* Revert mistake Olivier Galibert2025-05-181-1/+1
* osd: small cleanup to copy pasted header comment hap2025-05-168-8/+8
* pa_sound: lower latency interval steps hap2025-05-161-2/+2
* pa_sound: add support for audio latency and samplerate options hap2025-05-161-7/+9
* qt/debuggerview.cpp: QPalette:Accent doesn't exist in Qt5 angelosa2025-05-151-1/+7
* qt/debuggerview.cpp: style over system colors angelosa2025-05-151-10/+13
* Cocoa debugger: debug view scroll workarounds (#13673) Antonio Malara2025-05-141-16/+24
* sound: enhance portaudio support. Olivier Galibert2025-05-122-373/+218
* debugger cleanup: use enums for m_views indices (#13687) dave-br2025-05-108-47/+75
* Rework a case where the sound defaults are not put in place in correct order ... Olivier Galibert2025-05-091-2/+0
* sdl sound: make system default work, hopefully Olivier Galibert2025-05-081-3/+6
* pipewire: do not block on shift-f3 Olivier Galibert2025-05-081-10/+7
* Fix resampler config interaction with reset Olivier Galibert2025-05-041-13/+1
* cassette/misc: small cleanup hap2025-04-281-3/+3
* New sound infrastructure. Olivier Galibert2025-04-2715-831/+1552
* Fixed up some stuff: Vas Crabb2025-04-251-28/+25
* netdev/pcap.cpp: Fix build errors. Vas Crabb2025-04-231-39/+40
* osd: Got rid of the gross globals and functions for manipulating them in the ... Vas Crabb2025-04-238-86/+256