| 1134 | } |
| 1135 | |
| 1136 | void Host::OnSaveStateSaved(const std::string_view filename) |
| 1137 | { |
| 1138 | emit g_emu_thread->onSaveStateSaved(QtUtils::StringViewToQString(filename)); |
| 1139 | } |
| 1140 | |
| 1141 | void Host::OnAchievementsLoginRequested(Achievements::LoginRequestReason reason) |
| 1142 | { |
nothing calls this directly
no test coverage detected