mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-11-23 01:39:17 +01:00
Merge branch 'jay' of https://github.com/Ryochan7/DS4Windows into jay
This commit is contained in:
commit
19a96973ff
@ -1383,7 +1383,7 @@ Properties.Resources.DS4Update, MessageBoxButtons.YesNo, MessageBoxIcon.Question
|
|||||||
}
|
}
|
||||||
|
|
||||||
Batteries[Index].Text = Program.rootHub.getDS4Battery(Index);
|
Batteries[Index].Text = Program.rootHub.getDS4Battery(Index);
|
||||||
int profileIndex = cbs[Index].FindString(ProfilePath[Index]);
|
int profileIndex = cbs[Index].FindStringExact(ProfilePath[Index]);
|
||||||
if (profileIndex >= 0)
|
if (profileIndex >= 0)
|
||||||
{
|
{
|
||||||
cbs[Index].SelectedValueChanged -= Profile_Changed;
|
cbs[Index].SelectedValueChanged -= Profile_Changed;
|
||||||
|
Loading…
Reference in New Issue
Block a user