/title/00000001/00000002/data/cache.dat: Difference between revisions

From WiiBrew
Jump to navigation Jump to search
Crediar (talk | contribs)
m added information about the file
nfoz from disassembling system menu
Line 1: Line 1:
The cache.dat file holds certain data from the last run disc on the Wii to speed up running it again.
The cache.dat file holds certain data from the last run disc on the Wii to speed up running it again.
   
   
It caches the Header, main.dol, apploader and other parts of the disc.
It caches:
* Drive info (?) 0x20 bytes
* Disk ID 0x20 bytes
* "Game TOC" 0x20 bytes
* "Partition info" (variable + 0x20 bytes?)
* "Boot info 3" (?) 0x2000 bytes
* "Open partition" 0x4A00 bytes
* "Apploader header" 0x20 bytes
* Apploader (variable)
* "Apploader load" (? -- presumably the DOL)
* Banner (variable)

Revision as of 07:08, 18 May 2010

The cache.dat file holds certain data from the last run disc on the Wii to speed up running it again.

It caches:

  • Drive info (?) 0x20 bytes
  • Disk ID 0x20 bytes
  • "Game TOC" 0x20 bytes
  • "Partition info" (variable + 0x20 bytes?)
  • "Boot info 3" (?) 0x2000 bytes
  • "Open partition" 0x4A00 bytes
  • "Apploader header" 0x20 bytes
  • Apploader (variable)
  • "Apploader load" (? -- presumably the DOL)
  • Banner (variable)