From 9b3a89467e1903112b2dcb479a8799d244ab869b Mon Sep 17 00:00:00 2001 From: psucien Date: Tue, 25 Jun 2024 17:14:12 +0200 Subject: [PATCH] fix for Linux build --- src/core/libraries/np_trophy/np_trophy.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/libraries/np_trophy/np_trophy.cpp b/src/core/libraries/np_trophy/np_trophy.cpp index b61396ac..4b1f4369 100644 --- a/src/core/libraries/np_trophy/np_trophy.cpp +++ b/src/core/libraries/np_trophy/np_trophy.cpp @@ -29,7 +29,7 @@ static Common::SlotVector trophy_handles{}; static Common::SlotVector trophy_contexts{}; static std::unordered_map contexts_internal{}; -static int PS4_SYSV_ABI sceNpTrophyAbortHandle() { +int PS4_SYSV_ABI sceNpTrophyAbortHandle() { LOG_ERROR(Lib_NpTrophy, "(STUBBED) called"); return ORBIS_OK; }