From 458968658fd3d29d3399687fb8ae22ab580f49b6 Mon Sep 17 00:00:00 2001 From: Robbie Date: Mon, 3 Jul 2017 11:17:40 -0500 Subject: [PATCH] Fix akiba with cell cancel --- rpcs3/Emu/Cell/Modules/cellSaveData.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rpcs3/Emu/Cell/Modules/cellSaveData.cpp b/rpcs3/Emu/Cell/Modules/cellSaveData.cpp index 5e75f755ee..abbf473f42 100644 --- a/rpcs3/Emu/Cell/Modules/cellSaveData.cpp +++ b/rpcs3/Emu/Cell/Modules/cellSaveData.cpp @@ -317,7 +317,8 @@ static NEVER_INLINE s32 savedata_op(ppu_thread& ppu, u32 operation, u32 version, } else { - return CELL_OK; // ??? + // This happens if someone tries to load but there is no data selected. Some games will throw errors (Akiba) if cell_ok is returned + return CELL_CANCEL; } } // Cancel selected in UI