SuuperW

Results 82 comments of SuuperW

The first one I will look at later. I don't see the relevance of the second, nor would I wish to attempt to implement it in the near future.

While reviewing Yoshi's PR, I found this in BaseImplementations/MemoryDomain.cs lines 115-116: ``` if ((start & 1) != 0 || (end & 1) != 0) throw new InvalidOperationException("The API contract doesn't...

Force pushed with a new approach.

Updated to make the tests not depend on BizHawk.Client.EmuHawk, so all GitHub's checks pass now.

I assume the particular format you're interested in is zstd, and you want to simplify our zstd use. Including making it so that zstd compressed files in our archives won't...

> My goal here is to use the de facto standard Your goal is to "be like everybody else", then? Or is there any use case/feature that this enables, or...

> [Enabling `$(CheckForOverflowUnderflow)`](https://gitlab.com/YoshiRulz/yoshis-hawk-thoughts/-/issues/37) is one of my long-term cleanup goals. Okay, but why? Why would you want to change the language's behavior? Surely it would be better to instead use...

Is it possible to get hashes to match by hashing a sanitized version of the file? I haven't looked at how exactly this works for current melonDS implementation, but that's...

Which specific actions are currently hardcoded, that might benefit from rebinding?

Should probably be implemented: > ShortcutKeys = Keys.Control | Keys.G Go To Frame > else if (e.KeyCode == Keys.Enter) > else if (e.KeyCode == Keys.Escape) Leave axis editing mode, either...