Merge pull request #2187 from 86Box/tc1995

Fix compile.
This commit is contained in:
Miran Grča
2022-03-02 16:43:04 +01:00
committed by GitHub

View File

@@ -104,7 +104,7 @@ void svga_recalc_remap_func(svga_t *svga)
{
int func_nr;
if (svga->fb_only || svga->force_byte_mode)
if (svga->fb_only)
func_nr = 0;
else {
if (svga->force_dword_mode)