Fix mistake

Arias800 2 weeks ago committed by GitHub
parent 29527c4ce5
commit 55f1454008
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -75,14 +75,12 @@ void device_update(const struct overlay_params& params){
device_found = true;
bitdo_count += 1;
}
}
//CHECK NVIDIA SHIELD DEVICES
if (fileName.find("thunderstrike") != std::string::npos) {
check_gamepad = true;
list.push_back(p.path());
device_found = true;
shield_count += 1;
//CHECK NVIDIA SHIELD DEVICES
if (fileName.find("thunderstrike") != std::string::npos) {
list.push_back(p.path());
device_found = true;
shield_count += 1;
}
}
// Mice and Keyboards

Loading…
Cancel
Save