| 1124 | } |
| 1125 | |
| 1126 | void Host::OnSaveStateLoading(const std::string_view filename) |
| 1127 | { |
| 1128 | emit g_emu_thread->onSaveStateLoading(QtUtils::StringViewToQString(filename)); |
| 1129 | } |
| 1130 | |
| 1131 | void Host::OnSaveStateLoaded(const std::string_view filename, bool was_successful) |
| 1132 | { |
nothing calls this directly
no test coverage detected