From 1eec9590c393d604c67320904a8fffaa5da3a8a1 Mon Sep 17 00:00:00 2001 From: Feng Chen Date: Tue, 28 Dec 2021 18:48:44 +0800 Subject: Remove invalid assertion statement --- src/core/hle/service/nvflinger/nvflinger.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src') diff --git a/src/core/hle/service/nvflinger/nvflinger.cpp b/src/core/hle/service/nvflinger/nvflinger.cpp index a22811ec1..01e69de30 100644 --- a/src/core/hle/service/nvflinger/nvflinger.cpp +++ b/src/core/hle/service/nvflinger/nvflinger.cpp @@ -100,9 +100,6 @@ std::optional NVFlinger::OpenDisplay(std::string_view name) { LOG_DEBUG(Service, "Opening \"{}\" display", name); - // TODO(Subv): Currently we only support the Default display. - ASSERT(name == "Default"); - const auto itr = std::find_if(displays.begin(), displays.end(), [&](const VI::Display& display) { return display.GetName() == name; }); -- cgit v1.2.3