diff options
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs')
-rw-r--r-- | src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs b/src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs index c3e2036b..77876b49 100644 --- a/src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs +++ b/src/Ryujinx.HLE/HOS/Services/Caps/IScreenShotControlService.cs @@ -1,4 +1,4 @@ -namespace Ryujinx.HLE.HOS.Services.Caps +namespace Ryujinx.HLE.HOS.Services.Caps { [Service("caps:sc")] class IScreenShotControlService : IpcService |