mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Continue ignoring savestate incompatibility for now.
This commit is contained in:
parent
a61117dec4
commit
a150fdd6ae
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue