mirror of
https://github.com/gnif/LookingGlass.git
synced 2026-08-22 07:01:30 +00:00
[docs] guide: document current Looking Glass features
This commit is contained in:
@@ -86,9 +86,9 @@ static void spiceSetup(void)
|
||||
{
|
||||
.module = "spice",
|
||||
.name = "usbAudio",
|
||||
.description = "Use USB redirection for SPICE audio playback",
|
||||
.description = "Use the emulated USB audio device",
|
||||
.type = OPTION_TYPE_BOOL,
|
||||
.value.x_bool = false
|
||||
.value.x_bool = true
|
||||
},
|
||||
{0}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user