diff --git a/rpcs3/Emu/Cell/Modules/sceNp.cpp b/rpcs3/Emu/Cell/Modules/sceNp.cpp index eadd18ccc5..5be1d65c56 100644 --- a/rpcs3/Emu/Cell/Modules/sceNp.cpp +++ b/rpcs3/Emu/Cell/Modules/sceNp.cpp @@ -1191,7 +1191,7 @@ s32 sceNpManagerRequestTicket() s32 sceNpManagerRequestTicket2() { UNIMPLEMENTED_FUNC(sceNp); - return CELL_OK; + return SCE_NP_ERROR_OFFLINE; } s32 sceNpManagerGetTicket()