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

Changes

Jump to navigation Jump to search
nfoz
Line 1: Line 1: −
{{stub}}
   
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.
 +
 +
From libogc:
 +
 +
typedef struct {
 +
        u32 checksum;
 +
        u32 argsoff;
 +
        u8 unk1;
 +
        u8 unk2;
 +
        u8 apptype;
 +
        u8 titletype;
 +
        u32 launchcode;
 +
        u32 unknown[2];
 +
        u64 launcher;
 +
        u8 argbuf[0x1000];
 +
} NANDBootInfo;
 +
 +
e.g.
    
  0000000: 440bdae1 00001fe0 00008102 00000001  D...............
 
  0000000: 440bdae1 00001fe0 00008102 00000001  D...............
 
  0000010: 00000000 00000000 00010001 48414a45  ............HAJE
 
  0000010: 00000000 00000000 00010001 48414a45  ............HAJE
0000020: 00000000 00000000 00000000 00000000  ................
+
  0000020: 00000000 00000000 00000000 00000000  ................
 
  *
 
  *
 
  0001000: 00000001 00001fef 00000000 00000030  ...............0
 
  0001000: 00000001 00001fef 00000000 00000030  ...............0

Navigation menu