Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ Deci2Reset
Function
Deci2Reset
pcsx2/R5900OpcodeImpl.cpp:138–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
136
static char deci2buffer[256];
137
138
void Deci2Reset()
139
{
140
deci2handler = 0;
141
deci2addr = 0;
142
std::memset(deci2buffer, 0, sizeof(deci2buffer));
143
}
144
145
bool SaveStateBase::deci2Freeze()
146
{
Callers
1
cpuReset
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected