mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2024-11-24 10:10:12 +01: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
@ -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 New Issue
Block a user