PCE: Fix a VPC typo
This commit is contained in:
parent
96fb867f9f
commit
cace4bdb5a
|
@ -241,7 +241,10 @@ namespace BizHawk.Emulation.Cores.PCEngine
|
||||||
{
|
{
|
||||||
if (((VDC1.ActiveLine + VDC1.ViewStartLine) >= PCE.Settings.Bottom_Line) ||
|
if (((VDC1.ActiveLine + VDC1.ViewStartLine) >= PCE.Settings.Bottom_Line) ||
|
||||||
((VDC1.ActiveLine + VDC1.ViewStartLine) < PCE.Settings.Top_Line))
|
((VDC1.ActiveLine + VDC1.ViewStartLine) < PCE.Settings.Top_Line))
|
||||||
InitializeScanLine(VDC1.ActiveLine);
|
{
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
InitializeScanLine(VDC1.ActiveLine);
|
||||||
|
|
||||||
switch (EffectivePriorityMode)
|
switch (EffectivePriorityMode)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue