270 bytes added
, 01:50, 18 November 2020
== Summary ==
The equation used to calculate the internal server file ID from a title ID and content ID. '''t''' is the title ID, and '''c''' is the content ID.
The LaTeX for this is as follows:
<pre>f_{serverId}\left(t,c\right) = t \cdot \texttt{0x100000000} + c</pre>