mirror of
https://github.com/cemu-project/DS4Windows.git
synced 2024-12-26 00:21:48 +01:00
loading fix, now that covers all the bad bugs
Signed-off-by: jays2kings <jays2kings@gmail.com>
This commit is contained in:
parent
fb95a03df1
commit
fca9dc9dac
@ -883,7 +883,7 @@ namespace DS4Control
|
||||
public bool Load()
|
||||
{
|
||||
Boolean Loaded = true;
|
||||
/*Boolean missingSetting = false;
|
||||
Boolean missingSetting = false;
|
||||
|
||||
try
|
||||
{
|
||||
@ -914,7 +914,7 @@ namespace DS4Control
|
||||
}
|
||||
catch { }
|
||||
if (missingSetting)
|
||||
Save(); */
|
||||
Save();
|
||||
return Loaded;
|
||||
}
|
||||
public bool Save()
|
||||
|
@ -156,7 +156,6 @@ namespace ScpServer
|
||||
cbs[i].SelectedIndex = j;
|
||||
((ToolStripMenuItem)shortcuts[i].DropDownItems[j]).Checked = true;
|
||||
Global.setAProfile(i, cbs[i].Text);
|
||||
Global.LoadProfile(i);
|
||||
break;
|
||||
}
|
||||
cbs[i].Items.Add("+New Profile");
|
||||
|
Loading…
Reference in New Issue
Block a user