Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AutoDownloadMode ¶
type AutoDownloadMode int
const ( AutoDownloadOff AutoDownloadMode = iota AutoDownloadOnly AutoDownloadAndUnpack )
func (AutoDownloadMode) MarshalJSON ¶
func (m AutoDownloadMode) MarshalJSON() ([]byte, error)
func (*AutoDownloadMode) UnmarshalJSON ¶
func (m *AutoDownloadMode) UnmarshalJSON(b []byte) error
type Settings ¶
type Settings struct { FirstLaunch bool `json:"-"` SmExePath string SmSaveDir string SmSongsDir string SmLogsDir string AutoDownloadMode AutoDownloadMode UserUnlocks bool AutoLaunch bool // debug settings, not stored in the json Debug bool `json:"-"` FakeGs bool `json:"-"` FakeGsNetworkError bool `json:"-"` FakeGsNetworkDelay int `json:"-"` FakeGsNewSessionResult string `json:"-"` FakeGsSubmitResult string `json:"-"` FakeGsRpg bool `json:"-"` FakeGsItl bool `json:"-"` GrooveStatsUrl string `json:"-"` // backwards compatibility fields SmDataDir string `json:",omitempty"` }
Click to show internal directories.
Click to hide internal directories.