Actually start rsx replay thread
This commit is contained in:
@@ -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();
|
||||||
|
|||||||
Reference in New Issue
Block a user