Remove broken additional SVGA status print from Voodoo status.
Add a newline after the SB status to make SB + Voodoo read better.
This commit is contained in:
parent
5e437fc736
commit
bbbbefcd91
2 changed files with 1 additions and 2 deletions
|
|
@ -1385,4 +1385,5 @@ void sb_dsp_add_status_info(char *s, int max_len, sb_dsp_t *dsp)
|
|||
sprintf(temps, "SB playback frequency : %iHz\n", freq);
|
||||
strncat(s, temps, max_len);
|
||||
}
|
||||
strncat(s, "\n", max_len);
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7477,8 +7477,6 @@ static void voodoo_add_status_info(char *s, int max_len, void *p)
|
|||
if (!status_diff)
|
||||
status_diff = 1;
|
||||
|
||||
svga_add_status_info(s, max_len, &voodoo->svga);
|
||||
|
||||
pixel_count_current[0] = voodoo->pixel_count[0];
|
||||
pixel_count_current[1] = voodoo->pixel_count[1];
|
||||
texel_count_current[0] = voodoo->texel_count[0];
|
||||
|
|
|
|||
Loading…
Reference in a new issue