Remove DwmFlush()

This commit is contained in:
ns6089
2023-05-12 16:46:05 +03:00
committed by Cameron Gutman
parent 9ae40d3d5a
commit 8dc51a21df
6 changed files with 0 additions and 56 deletions

View File

@@ -438,7 +438,6 @@ namespace config {
{}, // encoder
{}, // adapter_name
{}, // output_name
true // dwmflush
};
audio_t audio {
@@ -1034,7 +1033,6 @@ namespace config {
string_f(vars, "encoder", video.encoder);
string_f(vars, "adapter_name", video.adapter_name);
string_f(vars, "output_name", video.output_name);
bool_f(vars, "dwmflush", video.dwmflush);
path_f(vars, "pkey", nvhttp.pkey);
path_f(vars, "cert", nvhttp.cert);