Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
123
OSSramEx* __OSLockSramEx()
124
{
125
return LockSram(sizeof(OSSram));
126
}
127
128
static BOOL UnlockSram(BOOL commit, u32 offset)
129
{
Callers
8
OSGetWirelessID
Function · 0.85
OSSetWirelessID
Function · 0.85
OSGetGbsMode
Function · 0.85
OSSetGbsMode
Function · 0.85
__DVDStoreErrorCode
Function · 0.85
DoMount
Function · 0.85
VerifyID
Function · 0.85
__CARDFormatRegionAsync
Function · 0.85
Calls
1
LockSram
Function · 0.85
Tested by
no test coverage detected