summaryrefslogtreecommitdiffstatshomepage
path: root/src/osd/modules
Commit message (Expand)AuthorAgeFilesLines
* input/input_common.cpp: Fixed "Application" key with SDL keyboard provider. Vas Crabb2025-08-291-4/+11
* Fix up various things: Vas Crabb2025-08-013-8/+6
* Windows: Do not drop into debugger when no MAME window has focus (#13902) npwoods2025-07-123-7/+20
* debugger/qt/debuggerview.cpp: Used DCA_SELECTED color friendly for Light/Dark... holub2025-07-041-1/+1
* sdl_sound.cpp: Fall back to 2 channels if 0 channels are detected on a device... Manuel Alfayate Corchete2025-07-041-0/+4
* pa_sound: can use unordered_map instead of map hap2025-07-031-1/+1
* pa_sound: re-add printf list of found devices with -verbose, and add a check ... hap2025-07-031-7/+25
* coreaudio_sound.cpp: __MAC_12_0 is 120000 (AvailabilityVersions.h) (#13890) ksherlock2025-07-011-1/+1
* Clean up various stuff. Vas Crabb2025-07-0112-70/+67
* sound/js_sound.cpp: Hopefully fix Emscripten build; zx81_cass.xml: Fixed an o... Vas Crabb2025-06-281-1/+1
* Fix copy/paste error breaking build, and some space indents. Vas Crabb2025-06-271-1/+1
* -sound/js_sound.cpp: Blind attempt at updating for base class changes. Vas Crabb2025-06-273-8/+88
* Various fixes: Vas Crabb2025-06-259-136/+122
* pa_sound: remove enters from device string hap2025-06-231-4/+7
* osd audio interface: initialize channel positions in header file (prevents ch... hap2025-06-221-39/+43
* bgfx/chainmanager: correct a printf parse issue (compiler didn't care) hap2025-06-201-1/+1
* file/posixpty.cpp: Actually enable the XPG-8 path. Vas Crabb2025-06-211-1/+1
* osd/asio.h: Move some duplicated code into the common header. Vas Crabb2025-06-211-5/+0
* file/posixptty.cpp: Better handling of getting PTY path, etc. Vas Crabb2025-06-211-19/+77
* -ui/info.cpp: Treat incorrect ROM content as a severe warning. Vas Crabb2025-06-181-1/+13
* mmdevice_helpers.cpp: More Windows compile fixes. [R. Belmont] arbee2025-06-161-2/+2
* coreaudio_sound: Fix Mac compile. [R. Belmont] arbee2025-06-161-1/+1
* sound: Olivier Galibert2025-06-178-123/+136
* osd/modules/file: define buffer size for openpty() (#13837) Pino Toscano2025-06-161-1/+16
* sound/wasapi_sound.cpp: Handle someone messing with the mixdown format right ... Vas Crabb2025-06-101-1/+2
* sound/wasapi_sound.cpp: Avoid another potential deadlock. Vas Crabb2025-06-101-39/+59
* coreaudio_sound.cpp: Promote to level 2, prep for 3. [R. Belmont] arbee2025-06-091-7/+22
* Various GNU/Hurd fixes (#13792) Pino Toscano2025-06-092-3/+3
* -dynax/ddenlovr.cpp: Identified some DIP switch settings for Majiang Xingyun ... Vas Crabb2025-06-091-1/+1
* -sound/gb.cpp: Initialise enough member variable to avoid branching on uninit... Vas Crabb2025-06-081-3/+10
* -sound/xaudio2_sound.cpp: Use abuffer for bufferring input. Vas Crabb2025-06-072-103/+54
* -sound/xaudio2_sound.cpp: Changed buffering strategy for output streams. Vas Crabb2025-06-0610-46/+65
* coreaudio_sound.cpp: Channel layout tag is a bitfield, not an enum. [R. Belmont] arbee2025-06-031-6/+3
* js_sound: correct stream_sink_update function hap2025-06-032-3/+2
* coreaudio_sound.cpp: Use property listeners to determine configuration change... arbee2025-06-021-83/+148
* coreaudio_sound.cpp: Move default device change check to get_generation so it... arbee2025-06-011-22/+14
* coreaudio_sound.cpp: Add a callback for each active device to see if it becom... arbee2025-06-011-1/+82
* coreaudio_sound.cpp: Rebuild the device list when the default devices change,... arbee2025-06-011-1/+2
* osd: Preliminary revised macOS CoreAudio backend. [R. Belmont] arbee2025-05-312-678/+1315
* sound: change audio_latency meaning similar to what it was before (20ms steps... hap2025-05-314-4/+6
* sound/sdl_sound.cpp: Don't try to call SDL_GetDefaultAudioInfo for SDL older ... Vas Crabb2025-05-311-3/+5
* sound: print verbose message if module doesn't support audio_latency option, hap2025-05-313-0/+9
* attotime: fix lockup with as_string and negative attotime, hap2025-05-301-1/+1
* sound/xaudio2_sound.cpp: Don't request sample rate conversion if stream sampl... Vas Crabb2025-05-311-1/+4
* A little more clearing for safety Olivier Galibert2025-05-302-0/+13
* Similar fix for sdl Olivier Galibert2025-05-301-0/+1
* portaudio: do not mess up on shift-f3 Olivier Galibert2025-05-291-1/+2
* sound/wasapi_sound.cpp: Repeat the channel mask from the mix format back when... Vas Crabb2025-05-303-23/+43
* sound: tell the osd about the update Olivier Galibert2025-05-293-0/+14
* sound/wasapi_sound.cpp, sound/xaudio2_sound.cpp: Changed logging back to disp... Vas Crabb2025-05-302-38/+38