mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01:00
b349254ff4
For more information, ApplyWriteBackLog, WriteToBackLog, and ZeroWriteBackLog were added in b787f5f8f7709cff763c2f3a13b90455a0c8ee18 and the explanatory comment was added in fd40513fed84e41e4b4b65cb4f98295223bcbd9b, although it did not mention the specific instructions that could trigger this edge case. The statements about which registers can be written by main opcodes and extension opcodes are based on my own checking of all instructions in the manual.
Building the GameCube DSP User's Manual
- Install a LaTeX environment and implementation (for example, MiKTeX).
- Once installed, install any of the packages within
GameCube_DSP_Users_Manual.tex
that aren't installed by default in the environment via the implementation's package manager.- These are searchable at the top of the TeX file via the
\usepackage
statements.
- These are searchable at the top of the TeX file via the
- Once all relevant packages are installed, run
pdflatex
(or any other output processor for LaTeX files) usingGameCube_DSP_Users_Manual.tex
as the input. Run the processor over the TeX file twice -- once to generate the main textual content, and the other time to build and integrate any indexes (such as the table of contents). - If all goes well, it should build fine with no errors.