mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 07:21:25 +12:00
input: redesign pad profiles
This commit is contained in:
parent
41cfa6349a
commit
cad96cef72
28 changed files with 781 additions and 629 deletions
|
@ -127,7 +127,7 @@ void hid_pad_handler<Device>::enumerate_devices()
|
|||
if (controller.second && !controller.second->path.empty() && !device_paths.contains(controller.second->path))
|
||||
{
|
||||
hid_close(controller.second->hidDevice);
|
||||
pad_config* config = controller.second->config;
|
||||
cfg_pad* config = controller.second->config;
|
||||
controller.second.reset(new Device());
|
||||
controller.second->config = config;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue