Browse Source

HLE: correct function name of IUserLocalCommunicationService

402: function name should be Initialize2 (7.0.0+) not SetOperationMode
Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService
pull/15/merge
Nguyen Dac Nam 6 years ago
committed by GitHub
parent
commit
6c0eb6026b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      src/core/hle/service/ldn/ldn.cpp

2
src/core/hle/service/ldn/ldn.cpp

@ -129,7 +129,7 @@ public:
{304, nullptr, "Disconnect"},
{400, nullptr, "Initialize"},
{401, nullptr, "Finalize"},
{402, nullptr, "SetOperationMode"},
{402, nullptr, "Initialize2"},
};
// clang-format on

Loading…
Cancel
Save