mirror of
https://github.com/rock88/moonlight-nx
synced 2024-11-22 11:33:11 +00:00
Set gamepad_mask
This commit is contained in:
parent
e0e55d9982
commit
d2a0eb03c5
1 changed files with 1 additions and 1 deletions
|
@ -162,7 +162,7 @@ void GameStreamClient::start(const std::string &address, STREAM_CONFIGURATION co
|
|||
m_config = config;
|
||||
|
||||
perform_async([this, address, app_id, callback] {
|
||||
int status = gs_start_app(&m_server_data[address], &m_config, app_id, Settings::settings()->sops(), Settings::settings()->play_audio(), 0);
|
||||
int status = gs_start_app(&m_server_data[address], &m_config, app_id, Settings::settings()->sops(), Settings::settings()->play_audio(), 0x1);
|
||||
|
||||
nanogui::async([this, callback, status] {
|
||||
if (status == GS_OK) {
|
||||
|
|
Loading…
Reference in a new issue