Changes

mentioned nand boot program in the intro, also fixed some typos
Line 1: Line 1: −
This file keeps state about what title was most recently launched by the System Menu.
+
This file keeps state about what title was most recently launched by the [[System Menu]] or [[NAND Boot Program]].
    
From libogc:
 
From libogc:
Line 8: Line 8:  
         u8 unk1;
 
         u8 unk1;
 
         u8 unk2;
 
         u8 unk2;
         u8 apptype; // 0x80 when booted from DVD, 0x81 when from nand?
+
         u8 apptype; // 0x80 when booted from disc, 0x81 when from NAND?
 
         u8 titletype;
 
         u8 titletype;
 
         u32 launchcode;
 
         u32 launchcode;
5,579

edits