[wip] ignore mbox call error
This commit is contained in:
parent
d43a4d5b08
commit
1c0243ef58
|
@ -59,9 +59,9 @@ impl VC {
|
|||
|
||||
mbox.call(Channel::PropertyTagsArmToVc)?;
|
||||
|
||||
if mbox.0[1] != MAILBOX_RESP_CODE_SUCCESS {
|
||||
return None;
|
||||
}
|
||||
// if mbox.0[1] != MAILBOX_RESP_CODE_SUCCESS {
|
||||
// return None;
|
||||
// }
|
||||
if mbox.0[5] == 0 && mbox.0[6] == 0 {
|
||||
// Qemu emulation returns 0x0
|
||||
return Some(Size2d { x: 640, y: 480 });
|
||||
|
|
Loading…
Reference in New Issue