fix(ios): export saves from Love directory

This commit is contained in:
Adrian Castro
2026-08-01 13:07:36 +02:00
parent c4ec5dc1c5
commit 90437a5d8d
2 changed files with 8 additions and 4 deletions
+1 -1
View File
@@ -1141,7 +1141,7 @@ function RomImporter:exportSave(version)
return
end
self.androidPendingExportVersion = version
if love.system.createFile and love.system.createFile(suggested) then
if love.system.createFile and love.system.createFile(suggested, love.filesystem.getSaveDirectory()) then
self.pickPending = true
self.pickTimer = 0
self.saveNotice[version] = { ok = true,