aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs b/src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs
index a2aa73a4..8171d217 100644
--- a/src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs
+++ b/src/Ryujinx.HLE/HOS/Tamper/AtmosphereProgram.cs
@@ -5,8 +5,8 @@ namespace Ryujinx.HLE.HOS.Tamper
{
class AtmosphereProgram : ITamperProgram
{
- private Parameter<long> _pressedKeys;
- private IOperation _entryPoint;
+ private readonly Parameter<long> _pressedKeys;
+ private readonly IOperation _entryPoint;
public string Name { get; }
public bool TampersCodeMemory { get; set; } = false;