Test: Fixes github action warning (#2100)

This PR fixes a GitHub Action warning, nothing more.
This commit is contained in:
Ac_K 2021-03-13 04:12:36 +01:00 committed by Matt Heins
commit 7f20a7d22b

View file

@ -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;