Adjust Ryujinx.Tests.Memory namespace

This commit is contained in:
TSR Berry 2023-04-26 04:35:11 +02:00 committed by Mary
parent 609abc8b9b
commit 206e0882c2
5 changed files with 10 additions and 7 deletions

View file

@ -1,8 +1,9 @@
using Ryujinx.Memory.Range;
using Ryujinx.Memory;
using Ryujinx.Memory.Range;
using System;
using System.Collections.Generic;
namespace Ryujinx.Memory.Tests
namespace Ryujinx.Tests.Memory
{
public class MockVirtualMemoryManager : IVirtualMemoryManager
{