mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2024-11-10 07:11:44 +00:00
Test: Fixes github action warning (#2100)
This PR fixes a GitHub Action warning, nothing more.
This commit is contained in:
parent
5ab5b0e709
commit
548add9abd
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ namespace Ryujinx.Memory.Tests
|
|||
{
|
||||
class MockVirtualMemoryManager : IVirtualMemoryManager
|
||||
{
|
||||
public bool NoMappings;
|
||||
public bool NoMappings = false;
|
||||
|
||||
public event Action<ulong, ulong, MemoryPermission> OnProtect;
|
||||
|
||||
|
|
Loading…
Reference in a new issue