diff options
| author | 2026-04-04 04:46:13 +1100 | |
|---|---|---|
| committer | 2026-04-04 04:46:13 +1100 | |
| commit | 3f75ea4e1c349d169e905b467c9f30ceb5082197 (patch) | |
| tree | b390fe68f218bfdad75b9296ea89f8bd4d331cc8 /docs/source/commandline | |
| parent | 482871ee17dc539a01bfc176f09da2199f668356 (diff) | |
Various cleanups:
* emu/device.cpp: Take std::string_view tag in constructor.
* emu/save.cpp: Cleaned up interface for reporting error messages.
* docs: Cleaned up stuff that's no longer relevant.
* machine/s3c44b0.cpp: Overhauled logging.
* osd/modules/lib/osdobj_common.cpp: Removed CoreAudio options that
no longer do anything.
* Cleaned up some more stuff to prepare for 64-bit offs_t.
Diffstat (limited to 'docs/source/commandline')
| -rw-r--r-- | docs/source/commandline/commandline-all.rst | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/docs/source/commandline/commandline-all.rst b/docs/source/commandline/commandline-all.rst index 1fec138d5cb..57cf9e5fc1b 100644 --- a/docs/source/commandline/commandline-all.rst +++ b/docs/source/commandline/commandline-all.rst @@ -3026,7 +3026,7 @@ Core Sound Options - Yes - Yes * - ``xaudio2`` - - Windows [#SoundXAudio2OS]_ + - Windows - No - No - Yes @@ -3065,8 +3065,6 @@ Core Sound Options .. rubric:: Footnotes -.. [#SoundXAudio2OS] MAME requires Windows 8 or later to use XAudio2. - .. [#SoundWinSDL] While SDL is not a supported option on official MAME builds for Windows, you can compile MAME with SDL support on Windows. |
