diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs b/src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs index b16a4122..4376c4d1 100644 --- a/src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Caps/IAlbumControlService.cs @@ -12,4 +12,4 @@ namespace Ryujinx.HLE.HOS.Services.Caps return context.Device.System.CaptureManager.SetShimLibraryVersion(context); } } -}
\ No newline at end of file +} |