mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-04-24 21:56:10 +03:00
[GH-ISSUE #2884] save prolblems on ppsspp iphone 4s #1176
Labels
No labels
Atrac3+
Audio
CPU emulation
D3D11
D3D9 (removed)
Depth / Z
Feature Request
Font Atlas
GE emulation
Guardband / Range Culling
HLE/Kernel
I/O
Input/Controller
MP3
Multithreading
Needs hardware testing
Networking/adhoc/infrastructure
No Feedback / Outdated?
OpenGL
PGF / sceFont
PSMF / MPEG
Platform-specific (Android)
Platform-specific (Windows)
Platform-specific (iOS)
PowerVR GPU
SDL2
Saving issue
User Interface
Vulkan
arm64jit
armjit
armv6
x86jit
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ppsspp#1176
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @asbel123 on GitHub (Jul 22, 2013).
Original GitHub issue: https://github.com/hrydgard/ppsspp/issues/2884
i tried final fantasy 4 complete collection it works perfect the text fine got a problem with system data.
I cant press yes to create new system data it stuck i pressed x on touch screen doesnt work. i copied the system data from my computer to iphone got a an error and every game always you cant press to yes to overwirte the saves i have to use save states
@unknownbrackets commented on GitHub (Jul 22, 2013):
I'm starting to think some change to the iOS build / savedata path stuff has placed the save data in a location that is read-only for most users.
-[Unknown]
@akemin-dayo commented on GitHub (Jul 22, 2013):
Where is it being placed?
Userland partition on iOS is completely writable by mobile (the user).
@unknownbrackets commented on GitHub (Jul 22, 2013):
Hmm, well, it looks right, should be
[NSSearchPathForDirectoriesInDomains(NSDocumentDirectory, NSUserDomainMask, YES) objectAtIndex:0]+ "/" or similar. So it sounds right...-[Unknown]
@asbel123 commented on GitHub (Jul 22, 2013):
i fix it i set the permisson on write both of them it works i can overwirte the saves even if you come from the computer to iphone
@xsacha commented on GitHub (Oct 14, 2013):
This is probably a duplicate of #2841
Symptoms seem the same and both occured around the same time.