Stubbed am:EnableApplicationCrashReport

This commit is contained in:
MysticExile
2018-11-17 15:05:55 +01:00
parent 0072275d25
commit 03f274d8c1
2 changed files with 18 additions and 10 deletions

View File

@ -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> {