mame/src/osd
Vas Crabb 72de682bbf -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled yet).
-sound/xaudio2_sound.cpp: More fixes:
* Fixed a couple more potential deadlocks when handling critical engine errors.
* Better tracking of the default device when devices are reconfigured.
2025-05-25 05:03:57 +10:00
..
interface osd/interface/audio.h: Added missing header for clang. 2025-05-23 09:01:23 +10:00
mac Made PTR64 a makefile-only thing - it isn't necessary in the code. 2025-04-20 06:10:25 +10:00
modules -sound/wasapi_sound.cpp: Added preliminary WASAPI sound module (not enabled yet). 2025-05-25 05:03:57 +10:00
sdl Made PTR64 a makefile-only thing - it isn't necessary in the code. 2025-04-20 06:10:25 +10:00
windows Fixed some things causing save states to be unportable: 2025-03-09 00:49:21 +11:00
asio.h -osd/asio.h: Removed leftover C++03 support helpers. 2024-04-22 17:32:15 +10:00
eigcc.h osd/eigcc.h: Fix 32-bit gcc/clang builds. 2021-06-14 11:46:19 +10:00
eigccarm.h Added helpers for 64-bit count leading zeroes/ones. 2021-06-13 09:38:01 +10:00
eigccppc.h util/delegate.h: Try to catch issues earlier, and some cleanup. 2021-09-20 03:03:26 +10:00
eigccx86.h osd/eigccx86.h: Added optimised rotate helpers. 2022-11-03 14:14:55 +11:00
eivc.h Made PTR64 a makefile-only thing - it isn't necessary in the code. 2025-04-20 06:10:25 +10:00
eivcarm.h Added helpers for 64-bit count leading zeroes/ones. 2021-06-13 09:38:01 +10:00
eivcx86.h Made PTR64 a makefile-only thing - it isn't necessary in the code. 2025-04-20 06:10:25 +10:00
eminline.h Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
osdcomm.h Optimisation, and baby steps towards untangling stuff: 2022-06-16 03:32:46 +10:00
osdcore.cpp Various optimisations to code generaton. 2023-03-26 01:32:50 +11:00
osdcore.h osd: Added helper for getting CPU cache line size. 2025-01-13 05:43:09 +11:00
osdepend.h osd: small cleanup to copy pasted header comment 2025-05-16 15:10:48 +02:00
osdfile.h Revert "bitbanger: Add udp multicast support (#9744)" (#9749) 2022-05-13 13:25:47 +10:00
osdsync.cpp Miscellaneous improvements: 2023-04-14 06:45:20 +10:00
osdsync.h Clean up #includes in src/osd (#10029) 2022-07-04 20:46:05 -04:00
strconv.cpp osd/strconv.cpp: Deal with NUL when osd_uchar_from_osdchar uses mbstowcs. 2025-01-08 04:22:23 +11:00
strconv.h frontend: Fixed clone sorting; osd/strconv.cpp: The string_view treatment, and fixed a bug with to/from ANSI codepage. 2021-10-09 14:21:08 +11:00
watchdog.cpp fixed some modernize-use-auto clang-tidy warnings (nw) (#6238) 2020-01-30 21:46:27 -05:00
watchdog.h