Fix mistake

Arias800 4 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; device_found = true;
bitdo_count += 1; bitdo_count += 1;
} }
} //CHECK NVIDIA SHIELD DEVICES
if (fileName.find("thunderstrike") != std::string::npos) {
//CHECK NVIDIA SHIELD DEVICES list.push_back(p.path());
if (fileName.find("thunderstrike") != std::string::npos) { device_found = true;
check_gamepad = true; shield_count += 1;
list.push_back(p.path()); }
device_found = true;
shield_count += 1;
} }
// Mice and Keyboards // Mice and Keyboards

Loading…
Cancel
Save