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

Method OnSaveStateLoading

pcsx2-qt/QtHost.cpp:1126–1129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1124}
1125
1126void Host::OnSaveStateLoading(const std::string_view filename)
1127{
1128 emit g_emu_thread->onSaveStateLoading(QtUtils::StringViewToQString(filename));
1129}
1130
1131void Host::OnSaveStateLoaded(const std::string_view filename, bool was_successful)
1132{

Callers

nothing calls this directly

Calls 1

StringViewToQStringFunction · 0.85

Tested by

no test coverage detected