diff options
Diffstat (limited to 'Ryujinx.Common/Memory/Box.cs')
| -rw-r--r-- | Ryujinx.Common/Memory/Box.cs | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/Ryujinx.Common/Memory/Box.cs b/Ryujinx.Common/Memory/Box.cs deleted file mode 100644 index 743cc31d..00000000 --- a/Ryujinx.Common/Memory/Box.cs +++ /dev/null @@ -1,12 +0,0 @@ -namespace Ryujinx.Common.Memory -{ - public class Box<T> where T : unmanaged - { - public T Data; - - public Box() - { - Data = new T(); - } - } -} |
