aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs
diff options
context:
space:
mode:
authorAc_K <Acoustik666@gmail.com>2023-01-10 18:45:55 +0100
committerGitHub <noreply@github.com>2023-01-10 18:45:55 +0100
commita16854e55a2e81b9a3765656e2010bf7e3a79f24 (patch)
tree407018903982dee06e7d31ecaa33004e3c44a3ae /Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs
parent3e455a90a1137bad4abad5d5a4ca15476bb088e8 (diff)
ava: Cleanup AppHost (#4240)1.1.532
* ava: Cleanup AppHost This PR cleaned up the AppHost file a bit (adding the infamous extra spaces to improve readability), resorting private vars, remove useless vars, and improve the code here and there, like the AudioBackend check. Co-Authored-By: gdkchan <5624669+gdkchan@users.noreply.github.com> * Remove 'renderer" * Revert currentTime * revert if condition Co-authored-by: gdkchan <5624669+gdkchan@users.noreply.github.com>
Diffstat (limited to 'Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs')
-rw-r--r--Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs b/Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs
index 11de9f23..4ed17951 100644
--- a/Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs
+++ b/Ryujinx.Audio/Integration/IHardwareDeviceDriver.cs
@@ -26,6 +26,8 @@ namespace Ryujinx.Audio.Integration
bool SupportsSampleFormat(SampleFormat sampleFormat);
bool SupportsChannelCount(uint channelCount);
+ static abstract bool IsSupported { get; }
+
IHardwareDeviceDriver GetRealDeviceDriver()
{
return this;