MCPcopy 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.
23inline static void writeToBackLog(int i, int idx, u16 value)
24{
25 writeBackLog[i] = value;
26 writeBackLogIdx[i] = idx;
27}
28
29namespace DSPInterpreter
30{

Callers 15

drFunction · 0.85
irFunction · 0.85
nrFunction · 0.85
mvFunction · 0.85
sFunction · 0.85
snFunction · 0.85
lFunction · 0.85
lnFunction · 0.85
lsFunction · 0.85
lsnFunction · 0.85
lsmFunction · 0.85
lsnmFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected