summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/caps/caps_su.h
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2023-10-04 04:05:02 +0200
committerNarr the Reg <juangerman-13@hotmail.com>2023-10-08 04:57:20 +0200
commit8347e5cdb9377eb10dfd3b17aeb45290625687a1 (patch)
treec584d085b5363f520b8bebb2ff2eeade9ee62a0d /src/core/hle/service/caps/caps_su.h
parentexternals: stb: Split library into cpp file (diff)
downloadyuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar.gz
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar.bz2
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar.lz
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar.xz
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.tar.zst
yuzu-8347e5cdb9377eb10dfd3b17aeb45290625687a1.zip
Diffstat (limited to 'src/core/hle/service/caps/caps_su.h')
-rw-r--r--src/core/hle/service/caps/caps_su.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/core/hle/service/caps/caps_su.h b/src/core/hle/service/caps/caps_su.h
index c6398858d..647e3059d 100644
--- a/src/core/hle/service/caps/caps_su.h
+++ b/src/core/hle/service/caps/caps_su.h
@@ -11,10 +11,10 @@ class System;
namespace Service::Capture {
-class CAPS_SU final : public ServiceFramework<CAPS_SU> {
+class IScreenShotApplicationService final : public ServiceFramework<IScreenShotApplicationService> {
public:
- explicit CAPS_SU(Core::System& system_);
- ~CAPS_SU() override;
+ explicit IScreenShotApplicationService(Core::System& system_);
+ ~IScreenShotApplicationService() override;
private:
void SetShimLibraryVersion(HLERequestContext& ctx);