mirror of
https://github.com/86Box/86Box.git
synced 2026-02-23 18:08:20 -07:00
Re-add an accidentally removed comment
This commit is contained in:
@@ -7406,7 +7406,7 @@ void voodoo_callback(void *p)
|
||||
|
||||
if (voodoo->scrfilter && voodoo->scrfilterEnabled)
|
||||
{
|
||||
uint8_t *fil = malloc((voodoo->h_disp) * 3);
|
||||
uint8_t *fil = malloc((voodoo->h_disp) * 3); /* interleaved 24-bit RGB */
|
||||
if (fil == NULL) fatal("fil = NULL");
|
||||
|
||||
if (voodoo->type == VOODOO_2)
|
||||
|
||||
Reference in New Issue
Block a user