rsx-capture: unbreak

This commit is contained in:
eladash 2018-10-22 22:48:19 +03:00 committed by Ivan
parent eba2216c4a
commit 5ee351234c
4 changed files with 9 additions and 10 deletions

View file

@ -486,7 +486,8 @@ bool Emulator::BootRsxCapture(const std::string& path)
GetCallbacks().on_run();
m_state = system_state::running;
fxm::make<rsx::rsx_replay_thread>(std::move(frame));
fxm::make<named_thread<rsx::rsx_replay_thread>>("RSX Replay", std::move(frame));
return true;
}