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

Function __OSLockSramEx

src/dolphin/src/os/OSRtc.c:123–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

121}
122
123OSSramEx* __OSLockSramEx()
124{
125 return LockSram(sizeof(OSSram));
126}
127
128static BOOL UnlockSram(BOOL commit, u32 offset)
129{

Callers 8

OSGetWirelessIDFunction · 0.85
OSSetWirelessIDFunction · 0.85
OSGetGbsModeFunction · 0.85
OSSetGbsModeFunction · 0.85
__DVDStoreErrorCodeFunction · 0.85
DoMountFunction · 0.85
VerifyIDFunction · 0.85
__CARDFormatRegionAsyncFunction · 0.85

Calls 1

LockSramFunction · 0.85

Tested by

no test coverage detected