feat: add cloud save backend

This commit is contained in:
DecDuck
2025-04-01 21:08:57 +11:00
parent 75d1e04504
commit 6fe8bf1e76
26 changed files with 642 additions and 35 deletions
+4
View File
@@ -3,6 +3,10 @@ model ApplicationSettings {
enabledAuthencationMechanisms AuthMec[]
metadataProviders String[]
saveSlotCountLimit Int @default(5)
saveSlotSizeLimit Float @default(10) // MB
saveSlotHistoryLimit Int @default(3)
}
enum Platform {