From a150fdd6ae47845da4be19b27d0b5c380c78dd5f Mon Sep 17 00:00:00 2001 From: papel Date: Thu, 18 Jul 2013 15:24:07 -0300 Subject: [PATCH] Continue ignoring savestate incompatibility for now. --- Common/ChunkFile.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Common/ChunkFile.h b/Common/ChunkFile.h index c834817071..78a468f68d 100644 --- a/Common/ChunkFile.h +++ b/Common/ChunkFile.h @@ -630,8 +630,8 @@ public: if (strcmp(header.GitVersion, PPSSPP_GIT_VERSION) != 0) { - WARN_LOG(HLE, "This savestate was generated by a different version of PPSSPP. It may not load properly."); - return false; + WARN_LOG(COMMON, "This savestate was generated by a different version of PPSSPP, %s. It may not load properly.", + header.GitVersion); } // get size