summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-10-19 18:54:29 +0200
committerGitHub <noreply@github.com>2018-10-19 18:54:29 +0200
commit12401a0d8774ab73d1195507a12d777a81b97029 (patch)
treed6977439ca40e3d595f36ce678da070f0652de62 /src/core/hle/service/am/am.h
parentMerge pull request #1523 from lioncash/lock (diff)
parentStubbed home blocking (diff)
downloadyuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar.gz
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar.bz2
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar.lz
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar.xz
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.tar.zst
yuzu-12401a0d8774ab73d1195507a12d777a81b97029.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index b39b0d838..095f94851 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -154,6 +154,10 @@ private:
void SetGamePlayRecordingState(Kernel::HLERequestContext& ctx);
void NotifyRunning(Kernel::HLERequestContext& ctx);
void GetPseudoDeviceId(Kernel::HLERequestContext& ctx);
+ void BeginBlockingHomeButtonShortAndLongPressed(Kernel::HLERequestContext& ctx);
+ void EndBlockingHomeButtonShortAndLongPressed(Kernel::HLERequestContext& ctx);
+ void BeginBlockingHomeButton(Kernel::HLERequestContext& ctx);
+ void EndBlockingHomeButton(Kernel::HLERequestContext& ctx);
};
class IHomeMenuFunctions final : public ServiceFramework<IHomeMenuFunctions> {