Rearrange Network Shutdown to be properly in order (NetInit->AdhocInit->network functions->AdhocTerm->NetTerm)

This commit is contained in:
AdamN 2014-08-01 01:46:49 +07:00 committed by Henrik Rydgard
parent 303b92d703
commit 2cc19f56b2

View file

@ -166,8 +166,8 @@ void __KernelShutdown()
__AudioCodecShutdown();
__VideoPmpShutdown();
__AACShutdown();
__NetShutdown();
__NetAdhocShutdown();
__NetShutdown();
__FontShutdown();
__Mp3Shutdown();