play functionality for every versions

This commit is contained in:
2026-01-25 16:18:35 +01:00
parent ceeb8d53fb
commit f79ff46b0c
5 changed files with 132 additions and 11 deletions
+1
View File
@@ -8,4 +8,5 @@ type Release struct {
Version string `gorm:"size:64" json:"version"`
CartridgePath string `gorm:"size:255" json:"-"`
SourcePath string `gorm:"size:255" json:"-"`
WebPlayable bool `gorm:"default:false" json:"web_playable"`
}