From 862ab9eebe4d72ac3b666f3f542d12b3c5f91966 Mon Sep 17 00:00:00 2001 From: kalaposfos13 <153381648+kalaposfos13@users.noreply.github.com> Date: Fri, 18 Apr 2025 18:52:31 +0200 Subject: [PATCH] debug logging --- src/core/libraries/np_auth/np_auth.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/core/libraries/np_auth/np_auth.cpp b/src/core/libraries/np_auth/np_auth.cpp index 77ba3ec1e..7e71db427 100644 --- a/src/core/libraries/np_auth/np_auth.cpp +++ b/src/core/libraries/np_auth/np_auth.cpp @@ -97,6 +97,7 @@ void RegisterlibSceNpAuth(Core::Loader::SymbolsResolver* sym) { LIB_FUNCTION("gjSyfzSsDcE", "libSceNpAuth", 1, "libSceNpAuth", 1, 1, sceNpAuthPollAsync); LIB_FUNCTION("PM3IZCw-7m0", "libSceNpAuth", 1, "libSceNpAuth", 1, 1, sceNpAuthSetTimeout); LIB_FUNCTION("SK-S7daqJSE", "libSceNpAuth", 1, "libSceNpAuth", 1, 1, sceNpAuthWaitAsync); + LOG_INFO(Lib_NpAuth, "linking done"); }; } // namespace Libraries::NpAuth \ No newline at end of file