aux/vga: dont error when vesa setscale fails after modeset (thanks rx9p for reporting)
This commit is contained in:
parent
1e14429f47
commit
5866bd5ada
1 changed files with 0 additions and 2 deletions
|
@ -291,8 +291,6 @@ load(Vga* vga, Ctlr* ctlr)
|
|||
if(setscale != nil){
|
||||
if((*setscale)(vbe, scale) < 0){
|
||||
fprint(2, "setscale: %r\n");
|
||||
ctlr->flag |= Ferror;
|
||||
return;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue