From 04e0bf2eff5704631e77f05c2c19ed5e6f80b133 Mon Sep 17 00:00:00 2001 From: Eladash Date: Sat, 15 Feb 2020 10:25:03 +0200 Subject: [PATCH] Whitespace fix after #7087 Was this close to enter programmers' hell. --- rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp b/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp index e096600e81..4bcbace592 100644 --- a/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp +++ b/rpcs3/Emu/Cell/Modules/sceNpTrophy.cpp @@ -1047,6 +1047,7 @@ static error_code NpTrophyGetTrophyInfo(const trophy_context_t* ctxt, s32 trophy return CELL_OK; } + error_code sceNpTrophyGetTrophyInfo(u32 context, u32 handle, s32 trophyId, vm::ptr details, vm::ptr data) { sceNpTrophy.warning("sceNpTrophyGetTrophyInfo(context=0x%x, handle=0x%x, trophyId=%d, details=*0x%x, data=*0x%x)", context, handle, trophyId, details, data);