Add support for installing the Steam Streaming Speakers driver (#1262)

Co-authored-by: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com>
This commit is contained in:
Cameron Gutman
2023-05-09 20:02:28 -05:00
committed by GitHub
parent 4ae412b219
commit 53125ffeca
5 changed files with 146 additions and 33 deletions

View File

@@ -65,6 +65,7 @@ namespace config {
struct audio_t {
std::string sink;
std::string virtual_sink;
bool install_steam_drivers;
};
struct stream_t {