mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-13 14:44:23 -04:00
fatal: Skeleton ScreenDrawing code
This commit is contained in:
parent
5d5f8ad3d5
commit
5f3187300d
4 changed files with 40 additions and 6 deletions
|
@ -56,7 +56,7 @@ static void RunTask(IFatalTask *task) {
|
|||
void RunFatalTasks(FatalContext *ctx, u64 title_id, bool error_report, Event *erpt_event, Event *battery_event) {
|
||||
RunTask(new ErrorReportTask(ctx, title_id, error_report, erpt_event));
|
||||
RunTask(new PowerControlTask(ctx, title_id, erpt_event, battery_event));
|
||||
/* TODO: RunTask(new ShowFatalTask(ctx, title_id, battery_event)); */
|
||||
RunTask(new ShowFatalTask(ctx, title_id, battery_event));
|
||||
RunTask(new StopSoundTask(ctx, title_id));
|
||||
RunTask(new BacklightControlTask(ctx, title_id));
|
||||
RunTask(new AdjustClockTask(ctx, title_id));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue