[doc] Updated the example configuration files.

This commit is contained in:
David Korth 2020-07-12 14:24:34 -04:00
parent 558a1b007c
commit da3934d11e
2 changed files with 34 additions and 4 deletions

View File

@ -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,

View File

@ -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