diff options
author | Zach Hilman <DarkLordZach@users.noreply.github.com> | 2019-07-07 03:19:20 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-07-07 03:19:20 +0200 |
commit | f732cd5a4bc47461069ac21c00a833172bcc7d79 (patch) | |
tree | 55050d98f0bdb252d61d639d9d7e2fc5519035ed /src/core/hle/service/am/am.h | |
parent | Merge pull request #2601 from FernandoS27/texture_cache (diff) | |
parent | clang-format fixes (diff) | |
download | yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar.gz yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar.bz2 yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar.lz yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar.xz yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.tar.zst yuzu-f732cd5a4bc47461069ac21c00a833172bcc7d79.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 4ea609d23..49ff20959 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -133,6 +133,7 @@ private: void SetHandlesRequestToDisplay(Kernel::HLERequestContext& ctx); void SetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx); void GetIdleTimeDetectionExtension(Kernel::HLERequestContext& ctx); + void GetAccumulatedSuspendedTickValue(Kernel::HLERequestContext& ctx); void GetAccumulatedSuspendedTickChangedEvent(Kernel::HLERequestContext& ctx); std::shared_ptr<NVFlinger::NVFlinger> nvflinger; |