mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 05:53:12 -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
|
@ -76,6 +76,7 @@ typedef struct chiaki_connect_info_t
|
|||
char regist_key[CHIAKI_SESSION_AUTH_SIZE]; // must be completely filled (pad with \0)
|
||||
uint8_t morning[0x10];
|
||||
ChiakiConnectVideoProfile video_profile;
|
||||
bool video_profile_auto_downgrade; // Downgrade video_profile if server does not seem to support it.
|
||||
bool enable_keyboard;
|
||||
} ChiakiConnectInfo;
|
||||
|
||||
|
@ -159,6 +160,7 @@ typedef struct chiaki_session_t
|
|||
uint8_t morning[CHIAKI_RPCRYPT_KEY_SIZE];
|
||||
uint8_t did[CHIAKI_RP_DID_SIZE];
|
||||
ChiakiConnectVideoProfile video_profile;
|
||||
bool video_profile_auto_downgrade;
|
||||
bool enable_keyboard;
|
||||
} connect_info;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue