forked from len0rd/rockbox
rbutil: Rework player configuration.
Rename config entries and remove now unnecessary default value handling. Change-Id: I5c60ef9769fc01f45f45290dafffb80c1962e674
This commit is contained in:
parent
2509def164
commit
be1be797b2
14 changed files with 84 additions and 88 deletions
|
|
@ -108,7 +108,7 @@ void Autodetection::detectUsb()
|
|||
LOG_WARNING() << "[USB] detected problem with player" << d.device;
|
||||
}
|
||||
QString idstring = QString("%1").arg(attached.at(i), 8, 16, QChar('0'));
|
||||
if(!SystemInfo::platformValue(SystemInfo::CurName, idstring).toString().isEmpty()) {
|
||||
if(!SystemInfo::platformValue(SystemInfo::Name, idstring).toString().isEmpty()) {
|
||||
struct Detected d;
|
||||
d.status = PlayerIncompatible;
|
||||
d.device = idstring;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue