diff --git a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs index c5ac7038d5..394f2eca35 100644 --- a/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs +++ b/BizHawk.Emulation.Cores/Consoles/Atari/2600/Atari2600.Core.cs @@ -329,6 +329,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 } } + [MethodImpl(MethodImplOptions.AggressiveInlining)] internal byte ReadControls1(bool peek) { InputCallbacks.Call(); @@ -343,6 +344,7 @@ namespace BizHawk.Emulation.Cores.Atari.Atari2600 return value; } + [MethodImpl(MethodImplOptions.AggressiveInlining)] internal byte ReadControls2(bool peek) { InputCallbacks.Call();