mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-06 15:01:28 +12:00
Savestates: Fix LV2 timers (fixes audio in some games)
This commit is contained in:
parent
57671e267d
commit
09c28f75b3
1 changed files with 2 additions and 0 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue