Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PCSX2/pcsx2
/ ClearGameHash
Method
ClearGameHash
pcsx2/Achievements.cpp:1129–1133 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1127
}
1128
1129
void Achievements::ClearGameHash()
1130
{
1131
s_game_crc = 0;
1132
std::string().swap(s_game_hash);
1133
}
1134
1135
void Achievements::DisplayAchievementSummary()
1136
{
Callers
nothing calls this directly
Calls
2
string
Class · 0.50
swap
Method · 0.45
Tested by
no test coverage detected