aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.HLE/HOS/Tamper/Pointer.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.HLE/HOS/Tamper/Pointer.cs')
-rw-r--r--src/Ryujinx.HLE/HOS/Tamper/Pointer.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Ryujinx.HLE/HOS/Tamper/Pointer.cs b/src/Ryujinx.HLE/HOS/Tamper/Pointer.cs
index 22acf4d5..c961e1a7 100644
--- a/src/Ryujinx.HLE/HOS/Tamper/Pointer.cs
+++ b/src/Ryujinx.HLE/HOS/Tamper/Pointer.cs
@@ -6,8 +6,8 @@ namespace Ryujinx.HLE.HOS.Tamper
{
class Pointer : IOperand
{
- private IOperand _position;
- private ITamperedProcess _process;
+ private readonly IOperand _position;
+ private readonly ITamperedProcess _process;
public Pointer(IOperand position, ITamperedProcess process)
{