fatal: Implement configuration based on settings

This commit is contained in:
Michael Scire 2018-11-10 12:38:24 -08:00
parent 5f3187300d
commit f914edeebd
6 changed files with 128 additions and 5 deletions

View file

@ -16,6 +16,7 @@
#include <switch.h>
#include "fatal_task_screen.hpp"
#include "fatal_config.hpp"
Result ShowFatalTask::ShowFatal() {
Result rc = 0;