remove AggressiveInlining on Read_bgdata, still doesn't inline due to switch statement, so this attribute is doing nothing here

This commit is contained in:
adelikat 2020-04-21 10:30:10 -05:00
parent 26a68c0cbc
commit 217f03f66d
1 changed files with 0 additions and 1 deletions

View File

@ -86,7 +86,6 @@ namespace BizHawk.Emulation.Cores.Nintendo.NES
return (hi << 0xC) | (par << 0x4) | ppur.fv;
}
[MethodImpl(MethodImplOptions.AggressiveInlining)]
void Read_bgdata(int cycle, int i)
{
switch (cycle)