disable openssl and register user

This commit is contained in:
lizzie
2026-03-16 21:38:52 +00:00
parent 67a1f1cf14
commit 7fae0d7e76
+2
View File
@@ -202,6 +202,8 @@ extern "C" SDL_AppResult SDL_AppInit(void **appstate, int argc, char **argv) {
// May prevent spurious crashes on swap handlers...
setvbuf(stdout, nullptr, _IONBF, 0);
setvbuf(stderr, nullptr, _IONBF, 0);
sceUserServiceInitialize(nullptr);
#endif
Common::Log::Initialize();