mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Add Video Profile Auto Downgrade
This commit is contained in:
parent
3417202049
commit
c19c7869d5
5 changed files with 24 additions and 2 deletions
|
@ -105,6 +105,7 @@ StreamSession::StreamSession(const StreamSessionConnectInfo &connect_info, QObje
|
|||
chiaki_connect_info.ps5 = chiaki_target_is_ps5(connect_info.target);
|
||||
chiaki_connect_info.host = host_str.constData();
|
||||
chiaki_connect_info.video_profile = connect_info.video_profile;
|
||||
chiaki_connect_info.video_profile_auto_downgrade = true;
|
||||
|
||||
if(connect_info.regist_key.size() != sizeof(chiaki_connect_info.regist_key))
|
||||
throw ChiakiException("RegistKey invalid");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue