diff --git a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs index 18adcbb017..5b8f6e3f52 100644 --- a/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs +++ b/BizHawk.Emulation.Cores/Consoles/Nintendo/NES/PPU.run.cs @@ -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)