BhaaL
BhaaL
Leaving this as Draft for now, since I didn't have the time (yet) to fully test this with more than 2 small zip files. Rather than fixing the CDE to...
Thanks for the testing, but unfortunately I have no idea how encryption works in there. It is a flag _somewhere_, but this feels unrelated to Zip64 🤔
I just ran into the alignment issue on my secondary screen (where the tooltip would extend to the _left_ rather than to the _right_) and can confirm this branch fixes...
Looks like that rebase went wrong somewhere, and you pushed an empty branch (which closed the PR.) You can review your local history before pushing to see whats going on....
You'll have to reformat this a bit to satisfy lint and our line length requirements; either run `clang-format` or simply refer to the output of the lint builder. Technically, the...
Those are normally because a member without the underscore exists, which would either be shadowing or needs qualifiers (such as `this->identifier = identifier;`) instead.
I did a quick scan over most of this, and I wonder if we even _want_ some of those. First of all: yes, please make individual PRs for this, since...
> I wrote this as a monster PR since I've been told when I make many small PRs I am DDOSing the CI system. I'll redo this with more digestable...
> > someone has to approve the CI run first > > Is that a permanent thing, or is it until I've proven myself trustworthy? I'm just curious, not accusing...
I see a few `using namespace Common::something` sprinkled around, but they're mostly in the debugger/assembler-related sections (for `Common::GeckoAssembler`.) And I _hope_ they don't leak the whole `Common` namespace there.