In memory of Ben “bushing” Byer, who passed away on Monday, February 8th, 2016.

Changes

Jump to navigation Jump to search
13 bytes removed ,  17:23, 18 September 2024
m
Just changed some grammar.
Line 13: Line 13:  
Each region has its own version of the System Menu. For example, 3.2 of the [[System Menu]] available is v288 (NTSC/J), v289 (NTSC/U), v290 (PAL). The only difference between those three versions is two different files — the main executable for the menu (a .DOL file, more or less) and an ARC archive that stores compressed versions of the HTML/image resources.
 
Each region has its own version of the System Menu. For example, 3.2 of the [[System Menu]] available is v288 (NTSC/J), v289 (NTSC/U), v290 (PAL). The only difference between those three versions is two different files — the main executable for the menu (a .DOL file, more or less) and an ARC archive that stores compressed versions of the HTML/image resources.
   −
All of this is fine and good, but why put them in separately named directories? (E.g. EU/EU/GER/Setup/ScreenSave.html above)? The path name could always be the same because there are different files for each version.
+
All of this is fine and good, but why put them in separately named directories? (E.g. EU/EU/GER/Setup/ScreenSave.html)? The path name could always be the same because there are different files for each version.
   −
If there’s a specific path that the graphics need to sit at, it would make sense to simply hardcode this path. However, they seem to be trying to determine the system region from the [[:/title/00000001/00000002/data/setting.txt]] file, and then building up a pathname to load like so: sprintf(filename, "html/%s2/iplsetting.ash/%s/%s/ENG/Setup/ScreenSave.html", region, region, region). If they had hard-coded the path then the settings page would have loaded just fine.
+
If there’s a specific path that the graphics need to sit at, it would make sense to hardcode this path. However, they seem to be trying to determine the system region from the [[:/title/00000001/00000002/data/setting.txt]] file, and then building up a pathname to load like so: sprintf(filename, "html/%s2/iplsetting.ash/%s/%s/ENG/Setup/ScreenSave.html", region, region, region). If they had hard-coded the path then the settings page would have loaded just fine.
    
[[Category:Brick]]
 
[[Category:Brick]]
29

edits

Navigation menu