Add back the static reserved word
This commit is contained in:
parent
4995801d81
commit
80af892993
1 changed files with 1 additions and 1 deletions
|
@ -910,7 +910,7 @@ namespace Ryujinx.Ava
|
|||
}
|
||||
}
|
||||
|
||||
IHardwareDeviceDriver InitializeAudioBackend<T>(AudioBackend backend, AudioBackend nextBackend) where T : IHardwareDeviceDriver, new()
|
||||
static IHardwareDeviceDriver InitializeAudioBackend<T>(AudioBackend backend, AudioBackend nextBackend) where T : IHardwareDeviceDriver, new()
|
||||
{
|
||||
if (T.IsSupported)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue