mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-03-11 17:01:08 +00:00
Don't stall with nvdec
This commit is contained in:
@@ -57,4 +57,12 @@ void AudioCore::PauseSinks(const bool pausing) const {
|
||||
}
|
||||
}
|
||||
|
||||
void AudioCore::SetNVDECActive(bool active) {
|
||||
nvdec_active = active;
|
||||
}
|
||||
|
||||
bool AudioCore::IsNVDECActive() const {
|
||||
return nvdec_active;
|
||||
}
|
||||
|
||||
} // namespace AudioCore
|
||||
|
||||
Reference in New Issue
Block a user