diff --git a/rpcs3/Emu/Cell/lv2/sys_timer.cpp b/rpcs3/Emu/Cell/lv2/sys_timer.cpp index dadda6c5e0..1e38c163dd 100644 --- a/rpcs3/Emu/Cell/lv2/sys_timer.cpp +++ b/rpcs3/Emu/Cell/lv2/sys_timer.cpp @@ -21,6 +21,8 @@ struct lv2_timer_thread void operator()(); + SAVESTATE_INIT_POS(46); // Dependency ion LV2 objects (lv2_timer) + static constexpr auto thread_name = "Timer Thread"sv; };