summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authorMysticExile <ethan.baboeram@gmail.com>2018-11-17 15:05:55 +0100
committerMysticExile <ethan.baboeram@gmail.com>2018-11-17 15:05:55 +0100
commit03f274d8c17d099d593a4e77f3aab3eb3383e731 (patch)
treea07d74907a7dc56b1fb5c25d92809ed85efc36cf /src/core/hle/service/am/am.h
parentMerge pull request #1678 from FearlessTobi/amiibo-hotkeys (diff)
downloadyuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar.gz
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar.bz2
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar.lz
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar.xz
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.tar.zst
yuzu-03f274d8c17d099d593a4e77f3aab3eb3383e731.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-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 2f1c20bce..5a3fcba8f 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -185,6 +185,7 @@ private:
void EndBlockingHomeButtonShortAndLongPressed(Kernel::HLERequestContext& ctx);
void BeginBlockingHomeButton(Kernel::HLERequestContext& ctx);
void EndBlockingHomeButton(Kernel::HLERequestContext& ctx);
+ void EnableApplicationCrashReport(Kernel::HLERequestContext& ctx);
};
class IHomeMenuFunctions final : public ServiceFramework<IHomeMenuFunctions> {