strat: add windows socket api, linux/macos TODO

This commit is contained in:
Michael Scire 2022-03-27 14:36:31 -07:00
parent 1bef1b58d4
commit c0d5140ef0
17 changed files with 2258 additions and 28 deletions

View file

@ -62,7 +62,7 @@ namespace ams::time {
R_TRY(::timeInitialize());
#else
AMS_ABORT("TODO");
// TODO: Real AMS_ABORT("TODO");
#endif
g_initialize_count++;
@ -96,7 +96,7 @@ namespace ams::time {
#if defined(ATMOSPHERE_OS_HORIZON)
::timeExit();
#else
AMS_ABORT("TODO");
// TODO: Real AMS_ABORT("TODO");
#endif
g_initialize_mode = InitializeMode_None;
}