display-output: allow no outputs (#1481)

some users rely on this behavior, which quietly changed in 281097a2a5

Co-authored-by: bi4k8 <bi4k8@github>
This commit is contained in:
bi4k8
2023-03-31 16:52:48 +00:00
committed by GitHub
parent 30eda7e5d0
commit 4a40eef51a

View File

@@ -154,7 +154,7 @@ bool initialize_display_outputs() {
if (active_display_outputs.size()) return true;
std::cerr << "Unable to find a usable display output." << std::endl;
return false;
return true;
}
bool shutdown_display_outputs() {