mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12: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();
|
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)
|
if (g_cfg.misc.prevent_display_sleep)
|
||||||
{
|
{
|
||||||
disable_display_sleep();
|
disable_display_sleep();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue