PCD CDL - remove todo
This commit is contained in:
parent
078599adce
commit
0550fef67f
|
@ -13,7 +13,6 @@ namespace BizHawk.Client.EmuHawk
|
||||||
public partial class PCECDL : Form, IToolForm
|
public partial class PCECDL : Form, IToolForm
|
||||||
{
|
{
|
||||||
// TODO
|
// TODO
|
||||||
// Loading doesn't work
|
|
||||||
private PCEngine _emu;
|
private PCEngine _emu;
|
||||||
private CodeDataLog _cdl;
|
private CodeDataLog _cdl;
|
||||||
private string _currentFileName = string.Empty;
|
private string _currentFileName = string.Empty;
|
||||||
|
@ -26,10 +25,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
InitializeComponent();
|
InitializeComponent();
|
||||||
TopMost = Global.Config.PceCdlSettings.TopMost;
|
TopMost = Global.Config.PceCdlSettings.TopMost;
|
||||||
|
|
||||||
Closing += (o, e) =>
|
Closing += (o, e) => SaveConfigSettings();
|
||||||
{
|
|
||||||
SaveConfigSettings();
|
|
||||||
};
|
|
||||||
|
|
||||||
Restart();
|
Restart();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue