From 2545372a760c7ee5bc4fc84afb3f560af052961c Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Fri, 19 Dec 2014 17:19:23 +0200 Subject: [PATCH] Revert "Implement CELL_SAVEDATA_FILEOP_WRITE_NOTRUNC" This reverts commit c5ca1991636be922e64d65ec63d8207e33961c61. --- rpcs3/Emu/SysCalls/Modules/cellSaveData.cpp | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/rpcs3/Emu/SysCalls/Modules/cellSaveData.cpp b/rpcs3/Emu/SysCalls/Modules/cellSaveData.cpp index 13f3b56690..79cfb5e18a 100644 --- a/rpcs3/Emu/SysCalls/Modules/cellSaveData.cpp +++ b/rpcs3/Emu/SysCalls/Modules/cellSaveData.cpp @@ -279,10 +279,7 @@ s32 modifySaveDataFiles(vm::ptr funcFile, vm::ptrexcSize = (u32)file->Write(buf, (u32)std::min(fileSet->fileSize, fileSet->fileBufSize)); // TODO: This may fail for big files because of the dest pointer. + cellSysutil->Warning("modifySaveDataFiles: File operation CELL_SAVEDATA_FILEOP_WRITE_NOTRUNC not yet implemented"); break; default: