Don't stop streaming when UAC is running

This commit is contained in:
loki
2021-04-24 15:53:48 +02:00
parent 0cfb440cf6
commit 438ae6a761
2 changed files with 18 additions and 4 deletions

View File

@@ -150,8 +150,6 @@ int display_base_t::init() {
}
D3D_FEATURE_LEVEL featureLevels[] {
D3D_FEATURE_LEVEL_12_1,
D3D_FEATURE_LEVEL_12_0,
D3D_FEATURE_LEVEL_11_1,
D3D_FEATURE_LEVEL_11_0,
D3D_FEATURE_LEVEL_10_1,