EmuHawk: Fix 'using' oops
This commit is contained in:
parent
7c24b7aff4
commit
a3098f298e
|
@ -7,9 +7,10 @@ using BizHawk.Emulation.Common;
|
|||
|
||||
using BizHawk.Client.Common;
|
||||
using BizHawk.Client.EmuHawk.ToolExtensions;
|
||||
using BizHawk.Common;
|
||||
|
||||
//TODO - select which memorydomains go out to the CDL file. will this cause a problem when re-importing it?
|
||||
//perhaps missing domains shouldnt fail a check
|
||||
//perhaps missing domains shouldnt fail a check
|
||||
//OR - just add a contextmenu option to the listview item that selects it for export.
|
||||
//TODO - add a contextmenu option which warps to the hexeditor with the provided domain selected for visualizing on the hex editor.
|
||||
//TODO - consider setting colors for columns in CDL
|
||||
|
|
Loading…
Reference in New Issue