forked from eden-emu/eden
Don't stall with nvdec
This commit is contained in:
parent
ea9ff71725
commit
2129d040a5
4 changed files with 35 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue