diff options
| author | 2025-05-08 09:20:43 -0700 | |
|---|---|---|
| committer | 2025-05-08 18:20:43 +0200 | |
| commit | e88235f7b3b00783a99af9cce40449cb8af4a0a2 (patch) | |
| tree | 917c267788ee55cd7ddf28ee656331bc4f930ef3 /docs/source/luascript | |
| parent | ca535a9e6711d11651e8dab5349f593069c277e8 (diff) | |
Small documentation fixes (#13672)
Diffstat (limited to 'docs/source/luascript')
| -rw-r--r-- | docs/source/luascript/ref-devices.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/luascript/ref-devices.rst b/docs/source/luascript/ref-devices.rst index fe25e0b0591..e4e4ba9f328 100644 --- a/docs/source/luascript/ref-devices.rst +++ b/docs/source/luascript/ref-devices.rst @@ -630,7 +630,7 @@ image.device (read-only) .. _luascript-ref-disound: Sound device interface ---------------------- +---------------------- Wraps MAME’s ``device_sound_interface`` class which is a mix-in implemented by devices that input and/or output sound. @@ -664,7 +664,7 @@ sound.io_positions[] (read-only) sound.io_names[] (read-only) Non-empty only for microphones and speakers, indicates the positions of the inputs or outputs as strings (e.g. Front Left) - + sound.hook A boolean indicating whether to tap the output samples of this device in the global sound hook. |
