Not sure if this is going to fly
if (is_camera("5D2", "*"))
{
EngDrvOut(0xC0F12014, PACK32(width - 1, height/2 - 1));
EngDrvOut(0xC0F12020, PACK32(width - 1, height/10 - 1)); /* 0x18A0127 */
}
I'm finding the 5D3 113 is very similar to 5D2 , most of the 0xC0f***** below match up in the 5d2 disassembly with the same strings
I haven't try it yet , looking for some feedback -- It's late right now I'll try it tomorrow
{
/* values for 5D3 - just for future reference */
EngDrvOut(0xC0F12010, width - 1 ); /* 0xB8F */
EngDrvOut(0xC0F12014, PACK32(width - 1, height/2 - 1)); /* 0xF6D0B8F */
EngDrvOut(0xC0F1201C, width/10 - 1 ); /* 0x127 */
EngDrvOut(0xC0F12020, PACK32(width/10 - 1, height/20 - 1)); /* 0x18A0127 */
}