Maide
Maide
You just updated Ghidra to support 9.2.2, but the latest release is back from April still. Could you put out a new release for those of us who don't want...
Windows Terminal doesn't clear its buffers properly and scrolling is all screwy. Diffs don't open with new buffers, and it's possible to scroll up to view previous console output. This...
This re-works the vsync timing a bit for multi-core. After the core timing changes to make it more accurate, we can now use it for vsync flipping as well, which...
Every called function found is added as a regular comment, so much so that (64-bit) x64dbg straight up crashes when trying to look at your comment list after analysing any...
Third time's the charm? Thanks to @bylaws for helping out with this one. Instead of only checking component[0] for red, check all components. Red and green usage here should be...
I had the Reverb and I3dl2Reverb delay lines set up the same way, but they're actually not the same. I3dl2 uses separate input and output pointers for reading/writing, whereas Reverb...
Currently the accelerated blit path will return nullopt if neither src nor dst exist in the cache already, and then fall back to the software path. This PR changes that...