mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 19:45:41 -04:00
NETWORK.md: Add a note for DMG/CGB games.
Also add the local directory path for downloaded images.
This commit is contained in:
parent
7a9544e06b
commit
f0a6e5177c
13
NETWORK.md
13
NETWORK.md
@ -15,13 +15,24 @@ The configuration file is located at:
|
|||||||
* Linux: `~/.config/rom-properties/rom-properties.conf`
|
* Linux: `~/.config/rom-properties/rom-properties.conf`
|
||||||
* Windows: `%APPDATA%\rom-properties\rom-properties.conf`
|
* Windows: `%APPDATA%\rom-properties\rom-properties.conf`
|
||||||
|
|
||||||
|
Downloaded images are saved in the following directory:
|
||||||
|
* Linux: `~/.cache/rom-properties/`
|
||||||
|
* Windows XP: `%USERPROFILE%\Local Settings\Application Data\rom-properties`
|
||||||
|
* Windows Vista and later: `%USERPROFILE%\AppData\LocalLow`
|
||||||
|
|
||||||
|
NOTE: Prior to rom-properties v1.5, the Windows cache directory was
|
||||||
|
`%LOCALAPPDATA%\rom-properties`. It was moved to `LocalLow` in order
|
||||||
|
to allow `rp-download` to run as a low-integrity process. Existing
|
||||||
|
files were not migrated over, so those can either be moved manually
|
||||||
|
or deleted.
|
||||||
|
|
||||||
## Domains accessed:
|
## Domains accessed:
|
||||||
|
|
||||||
* https://art.gametdb.com/ - Box, cover, and media scans for Nintendo
|
* https://art.gametdb.com/ - Box, cover, and media scans for Nintendo
|
||||||
GameCube, Wii, Wii U, DS, and 3DS games.
|
GameCube, Wii, Wii U, DS, and 3DS games.
|
||||||
* https://amiibo.life/ - Images of Nintendo amiibo products.
|
* https://amiibo.life/ - Images of Nintendo amiibo products.
|
||||||
* https://rpdb.gerbilsoft.com/ - Title screen images of Nintendo
|
* https://rpdb.gerbilsoft.com/ - Title screen images of Nintendo
|
||||||
Game Boy Advance games.
|
Game Boy, Game Boy Color, and Game Boy Advance games.
|
||||||
|
|
||||||
## Security features
|
## Security features
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user