Pokechu22
Pokechu22
The main page seems to transclude all pages in the proofread of the month when it builds the status bar. Thus, for instance, blank page 426 is [reported as transcluded](https://checker.toolforge.org/?db=enwikisource_p&title=Index:A_history_of_Japanese_colour-prints_by_Woldemar_von_Seidlitz.djvu)...
This makes building the docs via `gradle cleanBuildDecompilerDocumentationHtml` and `gradle buildDecompilerDocumentationHtml` much more consistent. I still got some slight differences (which I have included in this PR) but they are...
Fixes #2801 and also fixes #2121. This introduces Pcode ops for countLeadingZeros and countLeadingOnes, and also a rule to simplify countLeadingZeros when it's used to implement equality testing. I only...
There were two major issues: - RDP uses MOUSE_MOVE_ABSOLUTE for its input events, and the implementation of this was incorrect. Although poorly documented, the values actually range from 0-65535 and...
Fixes https://bugs.dolphin-emu.org/issues/12952. I haven't tested the ARM change at all other than verifying that it compiles (so it's probably completely broken), but I have tested the x64 change.
See the individual commit messages for details. [These fifologs](https://github.com/dolphin-emu/dolphin/files/8723364/RS2Gameplay.7z.zip) are for the first commit (a regression from #9718) (images: [broken](https://user-images.githubusercontent.com/8334194/169202911-2f4a5b6c-c243-4c2e-9c13-5b34fd91f2b4.png), [fixed](https://user-images.githubusercontent.com/8334194/169202915-189e3f32-327f-4db6-b951-f7ac0f2968f4.png)). JMC provided some luigi's mansion fifologs; here's images: [broken](https://user-images.githubusercontent.com/8334194/169219922-6b03eb9a-1595-4a2b-97ca-baf108f357b7.png),...
This PR makes the instruction cache code easier to understand (and makes it more obvious that it implements the algorithms described in the [ppc 750cl manual](https://fail0verflow.com/media/files/ppc_750cl.pdf), which presumably match those...
Now that we're using C++20, we can use `std::bit_cast` instead. See #10737 for a bit of other context.
This is a draft pending further hardware testing (and further refactoring). It's currently based on top of #10475 (and thus FifoCI will produce a diff comparing this to that PR...
This normalization was added in 02ac5e95c84a1d9a46df1dc4102342fb653e36ee (and changed to use floats in 4bf031c0646e91b35777f1ba4e2b0328063bb666). However, this normalization introduces NaN values in some cases, which is causing problems for the version of...