disable openssl and register user

This commit is contained in:
lizzie 2026-03-16 21:38:52 +00:00
parent a0150d641c
commit dac0b18112
2 changed files with 3 additions and 1 deletions

View file

@ -193,6 +193,8 @@ int main(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();