mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 19:26:55 -04:00
fatal: Write ErrorReportTask
This commit is contained in:
parent
21b0f228b6
commit
4d1481e2eb
5 changed files with 73 additions and 9 deletions
|
@ -24,6 +24,7 @@ class IFatalTask {
|
|||
FatalContext *ctx;
|
||||
u64 title_id;
|
||||
public:
|
||||
IFatalTask(FatalContext *ctx, u64 tid) : ctx(ctx), title_id(tid) { }
|
||||
virtual Result Run() = 0;
|
||||
virtual const char *GetName() const = 0;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue