Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dolphin-emu/dolphin
/ writeToBackLog
Function
writeToBackLog
Source/Core/Core/DSP/DSPIntExtOps.cpp:23–27 ·
view source on GitHub ↗
Needs comments.
Source
from the content-addressed store, hash-verified
21
22
// Needs comments.
23
inline static void writeToBackLog(int i, int idx, u16 value)
24
{
25
writeBackLog[i] = value;
26
writeBackLogIdx[i] = idx;
27
}
28
29
namespace DSPInterpreter
30
{
Callers
15
dr
Function · 0.85
ir
Function · 0.85
nr
Function · 0.85
mv
Function · 0.85
s
Function · 0.85
sn
Function · 0.85
l
Function · 0.85
ln
Function · 0.85
ls
Function · 0.85
lsn
Function · 0.85
lsm
Function · 0.85
lsnm
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected