Plumb HDR metadata from Sunshine

This commit is contained in:
Cameron Gutman
2023-02-02 23:11:27 -06:00
parent cf665ec774
commit eefe8522c4
4 changed files with 69 additions and 2 deletions
+1
View File
@@ -309,6 +309,7 @@ void ClConnectionStatusUpdate(int status)
void ClSetHdrMode(bool enabled)
{
[renderer setHdrMode:enabled];
[_callbacks setHdrMode:enabled];
}