mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-09-07 17:16:00 -05:00
Fix function priorities not being saved
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user