early-access version 2934

This commit is contained in:
pineappleEA
2022-09-04 08:54:45 +02:00
parent 62474a25b0
commit 96696e181e
5 changed files with 36 additions and 3 deletions

View File

@@ -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