Force Voodoo buffer recalculation on graphics reset. Fixes menus in System Shock 2.
This commit is contained in:
parent
d0c8053b5c
commit
df5a85d5c2
1 changed files with 2 additions and 0 deletions
|
|
@ -5922,6 +5922,8 @@ static void voodoo_writel(uint32_t addr, uint32_t val, void *p)
|
|||
happen here on a real Voodoo*/
|
||||
voodoo->disp_buffer = 0;
|
||||
voodoo->draw_buffer = 1;
|
||||
voodoo_recalc(voodoo);
|
||||
voodoo->front_offset = voodoo->params.front_offset;
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in a new issue