mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-02 03:32:17 +00:00
Fix savestates not even trying on diff version.
Also, update native.
This commit is contained in:
parent
833596e755
commit
1e6e333d38
@ -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…
x
Reference in New Issue
Block a user