mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-17 10:17:55 +00:00
Stubbed am:EnableApplicationCrashReport
This commit is contained in:
parent
6279a54fb9
commit
da0f4cb242
2 changed files with 18 additions and 10 deletions
|
@ -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> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue