diff --git a/Core/HLE/sceKernel.cpp b/Core/HLE/sceKernel.cpp index 8badb734f0..e822a03f25 100644 --- a/Core/HLE/sceKernel.cpp +++ b/Core/HLE/sceKernel.cpp @@ -166,8 +166,8 @@ void __KernelShutdown() __AudioCodecShutdown(); __VideoPmpShutdown(); __AACShutdown(); - __NetShutdown(); __NetAdhocShutdown(); + __NetShutdown(); __FontShutdown(); __Mp3Shutdown();