mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
Implementation cleanup
This commit is contained in:
parent
e86e1588e3
commit
2357bc70a7
6 changed files with 136 additions and 120 deletions
|
@ -77,10 +77,7 @@ void __appExit(void) {
|
|||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
/* Initialize service manager. */
|
||||
sts::sm::InitializeRegistrationLists();
|
||||
|
||||
/* TODO: What's a good timeout value to use here? */
|
||||
/* Create service waitable manager. */
|
||||
static auto s_server_manager = WaitableManager(1);
|
||||
|
||||
/* Create sm:, (and thus allow things to register to it). */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue