diff options
author | David <25727384+ogniK5377@users.noreply.github.com> | 2018-08-24 00:31:45 +0200 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2018-08-24 00:31:45 +0200 |
commit | 5049ca5d8c667ed973ad3ed83d82369243b2a16b (patch) | |
tree | fc8f62d63f32f44954594ae169778ebea59bf113 /src/core/hle/service/am/am.h | |
parent | Merge pull request #1160 from bunnei/surface-reserve (diff) | |
download | yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.gz yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.bz2 yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.lz yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.xz yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.tar.zst yuzu-5049ca5d8c667ed973ad3ed83d82369243b2a16b.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 b763aff6f..9e8bb4e43 100644 --- a/src/core/hle/service/am/am.h +++ b/src/core/hle/service/am/am.h @@ -116,6 +116,7 @@ private: void GetDefaultDisplayResolutionChangeEvent(Kernel::HLERequestContext& ctx); void GetOperationMode(Kernel::HLERequestContext& ctx); void GetPerformanceMode(Kernel::HLERequestContext& ctx); + void GetBootMode(Kernel::HLERequestContext& ctx); Kernel::SharedPtr<Kernel::Event> event; }; |