mapper42: fix whitespace

natt is so godlike
This commit is contained in:
goyuken 2012-10-16 21:39:34 +00:00
parent 80737e8097
commit 2207dc32ef
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ namespace BizHawk.Emulation.Consoles.Nintendo
else
return VROM[addr | chr << 13];
}
else
else
return base.ReadPPU(addr);
}
}