Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
if (metroToggle9.Checked)
{
PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x01 });
}
else
{
PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x00 });
}
if (metroToggle8.Checked)
{
PS3.SetMemory(0x33c60, new byte[] { 0x60, 0x00, 0x00, 0x00 });
}
else
{
PS3.SetMemory(0x33c60, new byte[] { 0x40, 0x81, 0x00, 0x44 });
}
Merci tu gereRedboxes
Code:if (metroToggle9.Checked) { PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x01 }); } else { PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x00 }); }
VSAT :
Code:if (metroToggle8.Checked) { PS3.SetMemory(0x33c60, new byte[] { 0x60, 0x00, 0x00, 0x00 }); } else { PS3.SetMemory(0x33c60, new byte[] { 0x40, 0x81, 0x00, 0x44 }); }
Moi à la place de Toggle c'est CheckBox ? Ce ne change a rien?Redboxes
Code:if (metroToggle9.Checked) { PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x01 }); } else { PS3.SetMemory(0x000783E0, new byte[] { 0x38, 0x60, 0x00, 0x00 }); }
VSAT :
Code:if (metroToggle8.Checked) { PS3.SetMemory(0x33c60, new byte[] { 0x60, 0x00, 0x00, 0x00 }); } else { PS3.SetMemory(0x33c60, new byte[] { 0x40, 0x81, 0x00, 0x44 }); }
nonMoi à la place de Toggle c'est CheckBox ? Ce ne change a rien?