mirror of
https://github.com/GerbilSoft/rom-properties.git
synced 2025-06-18 11:35:38 -04:00

Example URL: https://rpdb.gerbilsoft.com/gba/title/E/ASOE78.png I spent a good while taking screenshots of the vast majority of retail GBA games. There's probably a few missing, especially GBA Video titles. Next is DMG, which will be a bit more difficult: - Game IDs weren't present in the header prior to CGB, and early CGB titles don't have them. We'll need to use the title. - Some games have the same title in multiple regions. We'll need to use the region byte for this, though it only distinguishes between JP and non-JP. - SGB-enhanced games that don't also support CGB will have the SGB border. Should we also take SGB screenshots of CGB+SGB games, and non-SGB screenshots of SGB games? [rp-download] Added support for the gba/ cache key.
1.0 KiB
1.0 KiB
Network Access Information
The ROM Properties Page Shell Extension has functions to access various Internet databases in order to download artwork.
This functionality can be disabled by using the rp-config
utility,
or by setting the following value in the configuration file:
[Downloads]
ExtImageDownload=false
The configuration file is located at:
- Linux:
~/.config/rom-properties/rom-properties.conf
- Windows:
%APPDATA%\rom-properties\rom-properties.conf
Domains accessed:
- https://art.gametdb.com/ - Box, cover, and media scans for Nintendo GameCube, Wii, Wii U, DS, and 3DS games.
- https://amiibo.life/ - Images of Nintendo amiibo products.
- https://rpdb.gerbilsoft.com/ - Title screen images of Nintendo Game Boy Advance games.
Security features
As of rom-properties v1.5, the downloading functionality has been
isolated into a single component, rp-download
. The rp-download
program uses the following security features:
- Linux: seccomp(), AppArmor
- OpenBSD: pledge()
- Windows: Low-integrity process (on Vista+)