Moritz Bender
Moritz Bender
> There would effectively be duplicate settings for GB/GBC, the TG-16 family, SG-1000 and SMS Right, that's part of that change. I don't really know these systems well enough to...
No matter whether generated or manually typed, what's your opinion on changing the UI to this (probably sorted, didn't do that yet): 
Have updated the branch. I could incorporate even more of it into master without forcing the changed auto-generated logic. One thing I noticed while doing the changes was that for...
> The value returned from IEmulator.SystemId should always match one of the [CoreConstructor]s. There should not be any case where the core "knows better" and swaps sysID based on the...
@YoshiRulz what is the TODO here for current bizhawk? Are we even shipping any relevant dlls anymore?
Ah least the double click behavior was explicitly coded to spawn the dialog box on the cursor location: https://github.com/TASEmulators/BizHawk/blob/4f144c74d47021018bc3252393db8685d98d58c7/src/BizHawk.Client.EmuHawk/tools/TAStudio/MarkerControl.cs#L234-L240 So I wanna say this is intended behavior? I personally don't...
> it's often in an inconvenient location Could you elaborate on this? If you move the mouse to click on an icon and the shown dialog box appears directly under...
> I get a `NullReferenceException` when attempting to load TAStudio. When does this happen? Just opening TAStudio works fine for me, are there certain steps required?
I just get `BENIGN: Couldn't find type GeneticAlgorithmBot.GeneticAlgorithmBot` and it doesn't even autoload the external tool at all...
If we do this, is there a way to get rid of the `ParsedCLIFlags` struct as well? Feels like unnecessary duplication.