mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00
[doc] Updated the example configuration files.
This commit is contained in:
parent
558a1b007c
commit
da3934d11e
@ -11,16 +11,25 @@ rvl-common=
|
||||
# Korean common key. This is used by Korean games.
|
||||
rvl-korean=
|
||||
|
||||
# vWii common key. This is used by vWii-specific titles.
|
||||
wup-starbuck-vwii-common=
|
||||
|
||||
# RVT-R debug key. This is used by development systems
|
||||
# for prototype RVT-R discs.
|
||||
rvt-debug=
|
||||
|
||||
# RVT-R Korean debug key. Not known to be used...
|
||||
rvt-korean=
|
||||
|
||||
# vWii debug common key. Not known to be used...
|
||||
cat-starbuck-vwii-common=
|
||||
|
||||
# SD keys. These are used to decrypt save files
|
||||
# that have been copied to an SD card.
|
||||
rvl-sd-aes=
|
||||
rvl-sd-iv=
|
||||
rvl-sd-md5=
|
||||
|
||||
# RVT-R debug key. This is used by development systems
|
||||
# for prototype RVT-R discs.
|
||||
rvt-debug=
|
||||
|
||||
######## Nintendo 3DS ########
|
||||
|
||||
### NOTE: For keys that don't depend on title contents,
|
||||
|
@ -41,3 +41,24 @@ 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
|
||||
|
Loading…
Reference in New Issue
Block a user