Fix function priorities not being saved

This commit is contained in:
WarmUpTill
2023-05-20 11:13:09 +02:00
committed by WarmUpTill
parent 686b00ffd1
commit e0917a35fd
3 changed files with 34 additions and 11 deletions

View File

@@ -14,6 +14,8 @@ struct ThreadPrio {
std::vector<int> GetDefaultFunctionPriorityList();
void SetDefaultFunctionPriorities(obs_data_t *);
void SaveFunctionPriorities(obs_data_t *, std::vector<int> &);
void LoadFunctionPriorities(obs_data_t *, std::vector<int> &);
std::vector<ThreadPrio> GetThreadPrioMapping();
} // namespace advss