diff options
author | Chris Robinson <[email protected]> | 2021-04-20 07:35:42 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2021-04-20 07:35:42 -0700 |
commit | 37730927efe488e63114b5c665bd53e9ee5b478c (patch) | |
tree | 80363099564e4dc4ab61764a24ff1ddb4cc70236 /alc/alcmain.h | |
parent | 22818b3e8399985e3174583cfaba6cb4436d7010 (diff) |
Lower RLIMIT_RTTIME to allow RTKit to give RT priority
Diffstat (limited to 'alc/alcmain.h')
-rw-r--r-- | alc/alcmain.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alc/alcmain.h b/alc/alcmain.h index 7134dccf..d8cbb1a0 100644 --- a/alc/alcmain.h +++ b/alc/alcmain.h @@ -359,6 +359,7 @@ struct ALCdevice : public al::intrusive_ref<ALCdevice> { extern int RTPrioLevel; +extern bool AllowRTTimeLimit; void SetRTPriority(void); /** |