MCPcopy 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
1129void Achievements::ClearGameHash()
1130{
1131 s_game_crc = 0;
1132 std::string().swap(s_game_hash);
1133}
1134
1135void Achievements::DisplayAchievementSummary()
1136{

Callers

nothing calls this directly

Calls 2

stringClass · 0.50
swapMethod · 0.45

Tested by

no test coverage detected