rosalina & pm: properly shutdown when debugger, input redir (but not both) and force connection are enabled
This commit is contained in:
@@ -36,4 +36,5 @@ extern int inputRedirectionStartResult;
|
||||
|
||||
MyThread *inputRedirectionCreateThread(void);
|
||||
void inputRedirectionThreadMain(void);
|
||||
Result InputRedirection_Disable(s64 timeout);
|
||||
Result InputRedirection_DoOrUndoPatches(void);
|
||||
|
||||
@@ -32,6 +32,8 @@
|
||||
extern Menu debuggerMenu;
|
||||
|
||||
void debuggerFetchAndSetNextApplicationDebugHandleTask(void *argdata);
|
||||
Result debuggerDisable(s64 timeout);
|
||||
|
||||
void DebuggerMenu_EnableDebugger(void);
|
||||
void DebuggerMenu_DisableDebugger(void);
|
||||
void DebuggerMenu_DebugNextApplicationByForce(void);
|
||||
|
||||
@@ -18,13 +18,10 @@
|
||||
#include <errno.h>
|
||||
|
||||
#define SYNC_ERROR ENODEV
|
||||
|
||||
extern Handle SOCU_handle;
|
||||
extern Handle socMemhandle;
|
||||
|
||||
extern bool miniSocEnabled;
|
||||
|
||||
Result miniSocInit();
|
||||
Result miniSocInit(void);
|
||||
Result miniSocExitDirect(void);
|
||||
Result miniSocExit(void);
|
||||
|
||||
s32 _net_convert_error(s32 sock_retval);
|
||||
|
||||
Reference in New Issue
Block a user