Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bfbbdecomp/bfbb
/ __DVDStoreErrorCode
Function
__DVDStoreErrorCode
src/dolphin/src/dvd/dvderror.c:52–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void __DVDStoreErrorCode(u32 error)
53
{
54
OSSramEx* sram;
55
u8 num;
56
57
num = Convert(error);
58
59
sram = __OSLockSramEx();
60
sram->dvdErrorCode = num;
61
__OSUnlockSramEx(TRUE);
62
}
Callers
4
stateError
Function · 0.85
stateTimeout
Function · 0.85
cbForStateGettingError
Function · 0.85
cbForUnrecoveredErrorRetry
Function · 0.85
Calls
3
Convert
Function · 0.85
__OSLockSramEx
Function · 0.85
__OSUnlockSramEx
Function · 0.85
Tested by
no test coverage detected