Fix compile.

This commit is contained in:
TC1995
2022-03-02 16:37:19 +01:00
parent c3c7864bd6
commit c4f5c7e5e0

View File

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