mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-19 13:40:53 -05:00
Test: Fixes github action warning (#2100)
This PR fixes a GitHub Action warning, nothing more.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user