We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 277a241 commit c4c0496Copy full SHA for c4c0496
sys-botbase/source/main.c
@@ -80,15 +80,6 @@ void __appInit(void)
80
setsysExit();
81
}
82
83
- rc = fsInitialize();
84
- if (R_FAILED(rc))
85
- fatalThrow(rc);
86
- rc = fsdevMountSdmc();
87
88
89
- rc = timeInitialize();
90
91
92
rc = pmdmntInitialize();
93
if (R_FAILED(rc))
94
fatalThrow(rc);
@@ -111,14 +102,10 @@ void __appInit(void)
111
102
112
103
void __appExit(void)
113
104
{
114
- fsdevUnmountAll();
115
- fsExit();
116
105
smExit();
117
106
audoutExit();
118
- timeExit();
119
107
socketExit();
120
108
viExit();
121
- lblExit();
122
109
123
110
124
u64 mainLoopSleepTime = 50;
0 commit comments