mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-03-01 20:26:54 +00:00
fix for Linux build
This commit is contained in:
parent
3b2a312f15
commit
9b3a89467e
|
@ -29,7 +29,7 @@ static Common::SlotVector<u32> trophy_handles{};
|
|||
static Common::SlotVector<ContextKey> trophy_contexts{};
|
||||
static std::unordered_map<ContextKey, TrophyContext, ContextKeyHash> contexts_internal{};
|
||||
|
||||
static int PS4_SYSV_ABI sceNpTrophyAbortHandle() {
|
||||
int PS4_SYSV_ABI sceNpTrophyAbortHandle() {
|
||||
LOG_ERROR(Lib_NpTrophy, "(STUBBED) called");
|
||||
return ORBIS_OK;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue