mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-06-07 15:44:59 -06:00
Silence skylander message
This commit is contained in:
parent
4b19e55fcc
commit
538a5cc9d8
@ -187,7 +187,7 @@ usb_handler_thread::usb_handler_thread()
|
|||||||
|
|
||||||
if (!found_skylander)
|
if (!found_skylander)
|
||||||
{
|
{
|
||||||
sys_usbd.success("Adding emulated skylander");
|
sys_usbd.notice("Adding emulated skylander");
|
||||||
usb_devices.push_back(std::make_shared<usb_device_skylander>());
|
usb_devices.push_back(std::make_shared<usb_device_skylander>());
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user