MCPcopy Create free account
hub / github.com/bfbbdecomp/bfbb / xSTShutdown

Function xSTShutdown

src/SB/Core/x/xstransvc.cpp:42–52  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

40}
41
42S32 xSTShutdown()
43{
44 g_straninit--;
45 if (g_straninit == 0)
46 {
47 g_typeHandlers = 0;
48 XST_unlock_all();
49 PKRShutdown();
50 }
51 return g_straninit;
52}
53
54// This doesn't seem exactly how HI would have written this, but it OKs
55// TODO: Try to clean this up?

Callers 1

zAssetShutdownFunction · 0.85

Calls 2

XST_unlock_allFunction · 0.85
PKRShutdownFunction · 0.85

Tested by

no test coverage detected