MCPcopy Create free account
hub / github.com/PCSX2/pcsx2 / OnSaveStateSaved

Method OnSaveStateSaved

pcsx2-qt/QtHost.cpp:1136–1139  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1134}
1135
1136void Host::OnSaveStateSaved(const std::string_view filename)
1137{
1138 emit g_emu_thread->onSaveStateSaved(QtUtils::StringViewToQString(filename));
1139}
1140
1141void Host::OnAchievementsLoginRequested(Achievements::LoginRequestReason reason)
1142{

Callers

nothing calls this directly

Calls 1

StringViewToQStringFunction · 0.85

Tested by

no test coverage detected