Changes

13 bytes added ,  19:17, 16 September 2015
m
Line 56: Line 56:  
          
 
          
 
         // Keep checking the read flag.
 
         // Keep checking the read flag.
βˆ’
         if (!((*(u32*)0x0D8001EC) & 0x80000000))
+
         if (((*(u32*)0x0D8001EC) & 0x80000000) != 0x80000000)
 
           break;
 
           break;
 
        
 
        
108

edits