diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-05 12:26:07 +0200 |
---|---|---|
committer | Morph <39850852+Morph1984@users.noreply.github.com> | 2020-07-05 12:26:21 +0200 |
commit | c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102 (patch) | |
tree | 7e11b12eaad4ea25dbefcc08d1e0a5349b3e394d /src/core/hle/service/am/am.h | |
parent | Merge pull request #4194 from ReinUsesLisp/fix-shader-cache (diff) | |
download | yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar.gz yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar.bz2 yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar.lz yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar.xz yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.tar.zst yuzu-c0dc8f9d2567bd2a7f0bbd0bf4a5f42194bbb102.zip |
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r-- | src/core/hle/service/am/am.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h index 2f69466ec..6cfb11b48 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -140,6 +140,7 @@ private: void SetOutOfFocusSuspendingEnabled(Kernel::HLERequestContext& ctx); void SetAlbumImageOrientation(Kernel::HLERequestContext& ctx); void CreateManagedDisplayLayer(Kernel::HLERequestContext& ctx); + void CreateManagedDisplaySeparableLayer(Kernel::HLERequestContext& ctx); void SetHandlesRequestToDisplay(Kernel::HLERequestContext& ctx); void SetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx); void GetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx); |