mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 13:14:15 -04:00
fatal: Split out fatal from User, stub CheckRepairStatus
This commit is contained in:
parent
f914edeebd
commit
29833539bb
6 changed files with 164 additions and 69 deletions
|
@ -27,9 +27,7 @@ enum UserCmd {
|
|||
};
|
||||
|
||||
class UserService final : public IServiceObject {
|
||||
private:
|
||||
Result ThrowFatalImpl(u32 error, u64 pid, FatalType policy, FatalCpuContext *context);
|
||||
|
||||
private:
|
||||
/* Actual commands. */
|
||||
Result ThrowFatal(u32 error, PidDescriptor pid_desc);
|
||||
Result ThrowFatalWithPolicy(u32 error, PidDescriptor pid_desc, FatalType policy);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue