mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-11 07:03:33 +02:00
Handle disk full more properly in sceIoWrite().
This commit is contained in:
@@ -92,7 +92,7 @@ namespace
|
||||
size_t result = pspFileSystem.WriteFile(handle, data, dataSize);
|
||||
pspFileSystem.CloseFile(handle);
|
||||
|
||||
return result != 0;
|
||||
return result == dataSize;
|
||||
}
|
||||
|
||||
bool PSPMatch(std::string text, std::string regexp)
|
||||
|
||||
Reference in New Issue
Block a user