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 GitHub
parent 5ab5b0e709
commit 548add9abd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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;