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();