Ported the latest Voodoo changes from the other emulator.

This commit is contained in:
TC1995
2021-06-15 17:17:56 +02:00
parent 6bd2ba28ce
commit c703fedbe8
6 changed files with 17 additions and 10 deletions

View File

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