Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" ConfigFile = "screech.yaml" Debug bool ScreenWidth = int32(1280) ScreenHeight = int32(720) CurrentScreen string BodyFont *ttf.Font HeaderFont *ttf.Font ListFont *ttf.Font LongTextFont *ttf.Font Colors FontColors RomsBaseDir string LogosBaseDir string UiControls = "assets/ui_controls_1280_720.bmp" UiBackground = "assets/bg.bmp" UiOverlay = "assets/bg_overlay.bmp" UiOverlaySelection = "assets/bg_overlay_selection.bmp" Username string Password string Systems map[string]SystemSettings Media ScrapeMedia Boxart = boxartConfig{ Width: 400, Height: 580, Dir: "thumbnails", } Threads = 1 MaxScanDepth = 2 ExcludeExtensions []string IgnoreSkippedRomMessage bool )
Functions ¶
func SaveCurrent ¶
func SaveCurrent()
func ScrapedImgDir ¶
Types ¶
type FontColors ¶
type ScrapeMedia ¶
type SystemSettings ¶ added in v1.3.0
Click to show internal directories.
Click to hide internal directories.