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

Function XST_unlock_all

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

Source from the content-addressed store, hash-verified

512}
513
514static void XST_unlock_all()
515{
516 if (g_xstdata.loadlock)
517 {
518 for (S32 i = 0; i < 16; i++)
519 {
520 if (g_xstdata.loadlock & 1 << i)
521 {
522 XST_unlock(XST_get_rawinst(i));
523 }
524 }
525 }
526}
527
528static st_STRAN_SCENE* XST_get_rawinst(S32 index)
529{

Callers 2

xSTShutdownFunction · 0.85
xSTUnLoadSceneFunction · 0.85

Calls 2

XST_unlockFunction · 0.85
XST_get_rawinstFunction · 0.85

Tested by

no test coverage detected