mirror of
https://github.com/LizardByte/Sunshine.git
synced 2026-08-07 18:36:34 +00:00
chore(deps): bump libdisplaydevice (#5280)
This commit is contained in:
@@ -655,7 +655,7 @@ namespace display_device {
|
||||
scheduler_option.m_execution = SchedulerOptions::Execution::ScheduledOnly;
|
||||
}
|
||||
|
||||
DD_DATA.sm_instance->schedule([try_once = (option == revert_option_e::try_once), tried_out_devices = std::set<std::string> {}](auto &settings_iface, auto &stop_token) mutable {
|
||||
DD_DATA.sm_instance->schedule([try_once = (option == revert_option_e::try_once), tried_out_devices = StringSet {}](auto &settings_iface, auto &stop_token) mutable {
|
||||
if (try_once) {
|
||||
std::ignore = settings_iface.revertSettings();
|
||||
stop_token.requestStop();
|
||||
@@ -664,7 +664,7 @@ namespace display_device {
|
||||
|
||||
auto available_devices {[&settings_iface]() {
|
||||
const auto devices {settings_iface.enumAvailableDevices()};
|
||||
std::set<std::string> parsed_devices;
|
||||
StringSet parsed_devices;
|
||||
|
||||
std::transform(
|
||||
std::begin(devices),
|
||||
|
||||
Vendored
+1
-1
Submodule third-party/libdisplaydevice updated: fe7e6a81f6...1b24e6ad91
Reference in New Issue
Block a user