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 Common::SlotVector<ContextKey> trophy_contexts{};
|
||||||
static std::unordered_map<ContextKey, TrophyContext, ContextKeyHash> contexts_internal{};
|
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");
|
LOG_ERROR(Lib_NpTrophy, "(STUBBED) called");
|
||||||
return ORBIS_OK;
|
return ORBIS_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue