mirror of
https://git.sr.ht/~thestr4ng3r/chiaki
synced 2025-08-21 14:03:11 -07:00
Disable Keyboard by default
This commit is contained in:
parent
aea23effe9
commit
a2ebf7e408
7 changed files with 9 additions and 3 deletions
|
@ -136,7 +136,7 @@ int Host::InitSession(IO * user)
|
|||
// Build chiaki ps4 stream session
|
||||
chiaki_opus_decoder_init(&(this->opus_decoder), this->log);
|
||||
ChiakiAudioSink audio_sink;
|
||||
ChiakiConnectInfo chiaki_connect_info;
|
||||
ChiakiConnectInfo chiaki_connect_info = { 0 };
|
||||
|
||||
chiaki_connect_info.host = this->host_addr.c_str();
|
||||
chiaki_connect_info.video_profile = this->video_profile;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue