mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
65 lines
1.7 KiB
Plaintext
65 lines
1.7 KiB
Plaintext
[ImageTypes]
|
|
; Image download settings.
|
|
; The value can be one of the following:
|
|
; - Empty string: Default priority will be used.
|
|
; - "No": No images will be used for this system.
|
|
; - Comma-separated list, in ascending priority order.
|
|
;
|
|
; The list may contain the following image type names:
|
|
; - IntIcon: Internal icon.
|
|
; - IntBanner: Internal banner.
|
|
; - IntMedia: Internal media scan. (currently unused)
|
|
; - ExtMedia: External media scan.
|
|
; - ExtCover: External cover scan.
|
|
; - ExtCover3D: External 3D cover scan.
|
|
; - ExtCoverFull: External full cover scan.
|
|
; - ExtBox: External box scan.
|
|
;
|
|
; If a specified image type is not supported by the system,
|
|
; it is ignored.
|
|
;
|
|
; The default image priority list is:
|
|
; - ExtMedia,ExtCover,ExtBox,IntMedia,IntIcon,IntBanner
|
|
Amiibo=
|
|
DreamcastSave=
|
|
GameCube=
|
|
GameCubeSave=
|
|
NintendoDS=
|
|
Nintendo3DS=
|
|
PlayStationSave=
|
|
WiiU=
|
|
|
|
[Downloads]
|
|
; Enable downloading images from external databases,
|
|
; such as GameTDB.com .
|
|
ExtImageDownload=true
|
|
|
|
; Download high-resolution scans from external databases
|
|
; if available.
|
|
DownloadHighResScans=true
|
|
|
|
; Prefer the internal icon if the file browser requests
|
|
; a small (48x48 or lower) thumbnail preview.
|
|
UseIntIconForSmallSizes=true
|
|
|
|
; Store file origin info for downloaded images from
|
|
; online databases.
|
|
StoreFileOriginInfo=true
|
|
|
|
[Options]
|
|
; Enable thumbnailing on "slow" filesystems.
|
|
EnableThumbnailOnNetworkFS=false
|
|
|
|
; Show an overlay icon if a ROM image has "dangerous" permissions.
|
|
; Currently only implemented in the KDE UI frontend.
|
|
ShowDangerousPermissionsOverlayIcon=true
|
|
|
|
[DMGTitleScreenMode]
|
|
; Determine which title screenshot to use for different types
|
|
; of Game Boy games: DMG (original), SGB (Super), CGB (Color).
|
|
; Key = ROM type
|
|
; Value = Screenshot to use
|
|
CGB=CGB
|
|
DMG=DMG
|
|
SGB=SGB
|