mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Rearrange Network Shutdown to be properly in order (NetInit->AdhocInit->network functions->AdhocTerm->NetTerm)
This commit is contained in:
parent
303b92d703
commit
2cc19f56b2
1 changed files with 1 additions and 1 deletions
|
@ -166,8 +166,8 @@ void __KernelShutdown()
|
|||
__AudioCodecShutdown();
|
||||
__VideoPmpShutdown();
|
||||
__AACShutdown();
|
||||
__NetShutdown();
|
||||
__NetAdhocShutdown();
|
||||
__NetShutdown();
|
||||
__FontShutdown();
|
||||
|
||||
__Mp3Shutdown();
|
||||
|
|
Loading…
Add table
Reference in a new issue