mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-14 03:27:59 -05: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