Fix compile.
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user