mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-15 03:08:36 +12:00
rsx-capture: unbreak
This commit is contained in:
parent
eba2216c4a
commit
5ee351234c
4 changed files with 9 additions and 10 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue