summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMorph <39850852+Morph1984@users.noreply.github.com>2021-04-24 04:46:25 +0200
committerMorph <39850852+Morph1984@users.noreply.github.com>2021-04-24 05:04:22 +0200
commit04d9c27120662e2e885bc70b50123ffd982a5a54 (patch)
tree2241fceb5bd96af098d8adb4d31be8c1356d53bf /src/core/hle/service/am/am.h
parentMerge pull request #6229 from lioncash/unused-var (diff)
downloadyuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar.gz
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar.bz2
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar.lz
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar.xz
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.tar.zst
yuzu-04d9c27120662e2e885bc70b50123ffd982a5a54.zip
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/am/am.h1
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 756434716..5d302e155 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -196,6 +196,7 @@ private:
void EndVrModeEx(Kernel::HLERequestContext& ctx);
void GetDefaultDisplayResolution(Kernel::HLERequestContext& ctx);
void SetCpuBoostMode(Kernel::HLERequestContext& ctx);
+ void SetRequestExitToLibraryAppletAtExecuteNextProgramEnabled(Kernel::HLERequestContext& ctx);
std::shared_ptr<AppletMessageQueue> msg_queue;
bool vr_mode_state{};