Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ UnknownWriteDeleteEnd
Method
UnknownWriteDeleteEnd
pcsx2/SIO/Memcard/MemoryCardProtocol.cpp:96–101 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
}
95
96
void MemoryCardProtocol::UnknownWriteDeleteEnd()
97
{
98
MC_LOG.WriteLn(
"%s"
, __FUNCTION__);
99
PS1_FAIL();
100
The2bTerminator(4);
101
}
102
103
void MemoryCardProtocol::SetSector()
104
{
Callers
1
Memcard
Method · 0.80
Calls
1
WriteLn
Method · 0.45
Tested by
no test coverage detected