N64: Fixed a default for a Glide64mk2 setting which can result in blank video
This commit is contained in:
parent
ffa0619b04
commit
07b1ad9bed
|
@ -1356,7 +1356,7 @@ namespace BizHawk.MultiClient
|
|||
return dictionary;
|
||||
}
|
||||
|
||||
public bool wrpFBO = false;
|
||||
public bool wrpFBO = true;
|
||||
public int card_id = 0;
|
||||
public bool use_sts1_only = false;
|
||||
public bool optimize_texrect = true;
|
||||
|
|
Loading…
Reference in New Issue