mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-22 13:48:14 -05:00
Stubbed am:EnableApplicationCrashReport
This commit is contained in:
@ -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> {
|
||||
|
Reference in New Issue
Block a user