Stubbed am:EnableApplicationCrashReport

This commit is contained in:
MysticExile 2018-11-17 15:05:55 +01:00
parent 6279a54fb9
commit da0f4cb242
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> {