rosalina: revert errdisp ipc handling

This commit is contained in:
TuxSH
2020-04-16 00:16:25 +01:00
parent d9c5437902
commit c7551a731c
3 changed files with 96 additions and 8 deletions

View File

@@ -27,5 +27,8 @@
#pragma once
#include <3ds/types.h>
#include "MyThread.h"
void ERRF_HandleCommands(void *ctx);
MyThread *errDispCreateThread(void);
void ERRF_HandleCommands(void);
void errDispThreadMain(void);