1
0
mirror of https://github.com/yuzu-emu/yuzu-android.git synced 2024-09-15 00:45:33 +00:00

Merge pull request from Dragios/nwm-cmdhdr-fix

Change command header in nwm::UDS Initialize function
This commit is contained in:
James Rowe 2017-10-08 20:23:37 -06:00 committed by GitHub
commit 9b19c218a9

@ -975,7 +975,7 @@ void OnClientConnected(u16 network_node_id) {
}
const Interface::FunctionInfo FunctionTable[] = {
{0x00010442, nullptr, "Initialize (deprecated)"},
{0x000102C2, nullptr, "Initialize (deprecated)"},
{0x00020000, nullptr, "Scrap"},
{0x00030000, Shutdown, "Shutdown"},
{0x00040402, nullptr, "CreateNetwork (deprecated)"},