diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs b/src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs index 1bd2e31d..22367580 100644 --- a/src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs +++ b/src/Ryujinx.HLE/HOS/Services/Audio/IAudioController.cs @@ -5,4 +5,4 @@ { public IAudioController(ServiceCtx context) { } } -}
\ No newline at end of file +} |