mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-22 01:09:17 +01:00
Added extra profile flag caching to load profile
This commit is contained in:
parent
23c38f4a3d
commit
c0eff754c4
@ -3901,8 +3901,7 @@ namespace DS4Windows
|
||||
if (missingSetting && Loaded)// && buttons != null)
|
||||
SaveProfile(device, profilepath);
|
||||
|
||||
containsCustomAction[device] = HasCustomActions(device);
|
||||
containsCustomExtras[device] = HasCustomExtras(device);
|
||||
Global.cacheProfileCustomsFlags(device);
|
||||
|
||||
if (device < 4 && control.touchPad[device] != null)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user