* shader_recompiler: Add more format swap modes
* texture_cache: Handle stencil texture reads
* emulator: Support loading font library
* readme: Add thanks section
* shader_recompiler: Constant buffers as integers
* shader_recompiler: Typed buffers as integers
* shader_recompiler: Separate thread bit scalars
* We can assume guest shader never mixes them with normal sgprs. This helps avoid errors where ssa could view an sgpr write dominating a thread bit read, due to how control flow is structurized, even though its not possible in actual control flow
* shader_recompiler: Implement data append/consume operations
* clang format
* buffer_cache: Simplify invalidation scheme
* video_core: Remove some invalidation remnants
* adjust
* documents: more info on config.toml
* documents: add Debugging
* documents: link to Debugging in README
* documents: link to main branch for Debugging
Once it's merged, it should link properly.
Quickstart already exists in main.
* documents: remove "troubleshooting" from Debugging
Not entirely relevant.
* documents: elaborate on a few points with stack traces
* documents: formatting, indentation fixup
* documents: remove unnecessary indent
* documents: fix some inline code blocks + misc
* documents: move the technical jargon out of Quickstart
* documents: improve configuration sections
Simplified the Quickstart config listing, added more technical info to the Debugging listing.
* documents: link quickstart config link to proper section
* documents: something ate my hash symbol
* documents: use *:Critical for log silencing example
* documents: add note about Start Without Debugging
* documents: use correct CUSA code in example
I forwarded the URL for Build ShadPS4 from georgemoralis to shadps4-emu. As the old link was archived, this will allow the document to be modified. I also updated the versions for Windows.