Changes

101 bytes added ,  14:49, 16 January 2023
ios actually uses a lot more of the data then we thought
Line 103: Line 103:  
   IOSResourceArgs args;
 
   IOSResourceArgs args;
 
};
 
};
 +
 +
 +
struct IOSMessage
 +
{
 +
  IOSRequest request;
 +
  void *callback;
 +
  u32 caller_data;
 +
  u32 relaunch;
 +
};
 +
    
</source>
 
</source>
    
[[Category:IOS]]
 
[[Category:IOS]]