From 70127877a5eed0dbb9bbad90f8c2e45515261231 Mon Sep 17 00:00:00 2001 From: lizzie Date: Mon, 16 Mar 2026 21:38:52 +0000 Subject: [PATCH] disable openssl and register user --- src/yuzu_cmd/yuzu.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/yuzu_cmd/yuzu.cpp b/src/yuzu_cmd/yuzu.cpp index f2bc257f0c..4706064c7a 100644 --- a/src/yuzu_cmd/yuzu.cpp +++ b/src/yuzu_cmd/yuzu.cpp @@ -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();