aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Cpu/ICpuContext.cs
diff options
context:
space:
mode:
Diffstat (limited to 'src/Ryujinx.Cpu/ICpuContext.cs')
-rw-r--r--src/Ryujinx.Cpu/ICpuContext.cs4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/Ryujinx.Cpu/ICpuContext.cs b/src/Ryujinx.Cpu/ICpuContext.cs
index 80916d1c..edcebdfc 100644
--- a/src/Ryujinx.Cpu/ICpuContext.cs
+++ b/src/Ryujinx.Cpu/ICpuContext.cs
@@ -1,9 +1,11 @@
+using System;
+
namespace Ryujinx.Cpu
{
/// <summary>
/// CPU context interface.
/// </summary>
- public interface ICpuContext
+ public interface ICpuContext : IDisposable
{
/// <summary>
/// Creates a new execution context that will store thread CPU register state when executing guest code.