Skip to content

Commit

Permalink
Update main.cpp
Browse files Browse the repository at this point in the history
reactivate hdr (in the event of an error, such as a black screen, deactivate by quoting line 206)
  • Loading branch information
KyroFrCode authored Jun 1, 2023
1 parent 72cfa43 commit 3b13004
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wasm/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ MessageResult MoonlightInstance::StartStream(
m_StreamConfig.streamingRemotely = STREAM_CFG_AUTO;
m_StreamConfig.packetSize = 1392;
m_StreamConfig.supportsHevc = true;
//m_StreamConfig.enableHdr = true;
m_StreamConfig.enableHdr = true;

// Load the rikey and rikeyid into the stream configuration
HexStringToBytes(rikey.c_str(), m_StreamConfig.remoteInputAesKey);
Expand Down

0 comments on commit 3b13004

Please sign in to comment.