Disable Keyboard by default

This commit is contained in:
Florian Märkl 2020-11-11 14:03:56 +01:00
commit a2ebf7e408
No known key found for this signature in database
GPG key ID: 125BC8A5A6A1E857
7 changed files with 9 additions and 3 deletions

View file

@ -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;