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