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

Method OnSaveStateLoaded

pcsx2-qt/QtHost.cpp:1131–1134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1129}
1130
1131void Host::OnSaveStateLoaded(const std::string_view filename, bool was_successful)
1132{
1133 emit g_emu_thread->onSaveStateLoaded(QtUtils::StringViewToQString(filename), was_successful);
1134}
1135
1136void Host::OnSaveStateSaved(const std::string_view filename)
1137{

Callers

nothing calls this directly

Calls 1

StringViewToQStringFunction · 0.85

Tested by

no test coverage detected