mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Fix savestates not even trying on diff version.
Also, update native.
This commit is contained in:
parent
833596e755
commit
1e6e333d38
2 changed files with 2 additions and 2 deletions
|
@ -136,7 +136,7 @@ public:
|
|||
{
|
||||
if (error < error_)
|
||||
error = error_;
|
||||
if (error != ERROR_NONE)
|
||||
if (error > ERROR_WARNING)
|
||||
mode = PointerWrap::MODE_MEASURE;
|
||||
}
|
||||
|
||||
|
|
2
native
2
native
|
@ -1 +1 @@
|
|||
Subproject commit 56a1fb627839124a21260c40a5517b27de289b6a
|
||||
Subproject commit cc19362b77dd5574b2a815bcf821a7a392825cb2
|
Loading…
Add table
Reference in a new issue