Quicknes - clip top and bottom true by default
This commit is contained in:
parent
de1cb218a6
commit
8c0526b90f
|
@ -425,7 +425,7 @@ namespace BizHawk.Emulation.Cores.Consoles.Nintendo.QuickNES
|
|||
{
|
||||
NumSprites = 8,
|
||||
ClipLeftAndRight = false,
|
||||
ClipTopAndBottom = false,
|
||||
ClipTopAndBottom = true,
|
||||
_Palette = GetDefaultColors()
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue