mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 03:55:32 +00:00
Actually start rsx replay thread
This commit is contained in:
parent
7dd85b207f
commit
c4e89f8bb4
1 changed files with 6 additions and 0 deletions
|
@ -1693,6 +1693,12 @@ void Emulator::Run(bool start_playtime)
|
|||
cpu.notify();
|
||||
});
|
||||
|
||||
if (auto thr = g_fxo->get<named_thread<rsx::rsx_replay_thread>>())
|
||||
{
|
||||
thr->state -= cpu_flag::stop;
|
||||
thread_ctrl::notify(*thr);
|
||||
}
|
||||
|
||||
if (g_cfg.misc.prevent_display_sleep)
|
||||
{
|
||||
disable_display_sleep();
|
||||
|
|
Loading…
Add table
Reference in a new issue