summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/am/am.h
diff options
context:
space:
mode:
authormailwl <mailwl@gmail.com>2019-09-04 17:43:04 +0200
committerbunnei <bunneidev@gmail.com>2019-09-04 17:43:04 +0200
commita1d48b5f529156c7ab35f1b3e2a15af66e58b15b (patch)
tree2ce1e79689b28d63e249ed9c7c534a8278b66b50 /src/core/hle/service/am/am.h
parentMerge pull request #2829 from Morph1984/audio (diff)
downloadyuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar.gz
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar.bz2
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar.lz
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar.xz
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.tar.zst
yuzu-a1d48b5f529156c7ab35f1b3e2a15af66e58b15b.zip
Diffstat (limited to 'src/core/hle/service/am/am.h')
-rw-r--r--src/core/hle/service/am/am.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/hle/service/am/am.h b/src/core/hle/service/am/am.h
index 6cb582483..cbc9da7b6 100644
--- a/src/core/hle/service/am/am.h
+++ b/src/core/hle/service/am/am.h
@@ -242,6 +242,9 @@ private:
void BeginBlockingHomeButton(Kernel::HLERequestContext& ctx);
void EndBlockingHomeButton(Kernel::HLERequestContext& ctx);
void EnableApplicationCrashReport(Kernel::HLERequestContext& ctx);
+ void GetGpuErrorDetectedSystemEvent(Kernel::HLERequestContext& ctx);
+
+ Kernel::EventPair gpu_error_detected_event;
};
class IHomeMenuFunctions final : public ServiceFramework<IHomeMenuFunctions> {