diff options
Diffstat (limited to 'Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs')
-rw-r--r-- | Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs b/Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs index fb4b25ff..766e3eed 100644 --- a/Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs +++ b/Ryujinx.HLE/HOS/Tamper/MemoryRegion.cs @@ -1,10 +1,4 @@ -using System; -using System.Collections.Generic; -using System.Linq; -using System.Text; -using System.Threading.Tasks; - -namespace Ryujinx.HLE.HOS.Tamper +namespace Ryujinx.HLE.HOS.Tamper { /// <summary> /// The regions in the virtual address space of the process that are used as base address of memory operations. |