mirror of
https://github.com/citra-emu/citra-canary.git
synced 2024-12-24 13:05:41 +00:00
1 -> d
This commit is contained in:
parent
f985d277c8
commit
ca96077601
|
@ -39,7 +39,7 @@ void CompatDB::Submit() {
|
|||
}
|
||||
break;
|
||||
case 2:
|
||||
LOG_DEBUG(Frontend, "Compatibility Rating: %1", compatibility->checkedId());
|
||||
LOG_DEBUG(Frontend, "Compatibility Rating: %d", compatibility->checkedId());
|
||||
Core::Telemetry().AddField(Telemetry::FieldType::UserFeedback, "Compatibility",
|
||||
compatibility->checkedId());
|
||||
// older versions of QT don't support the "NoCancelButtonOnLastPage" option, this is a
|
||||
|
|
Loading…
Reference in a new issue