mirror of
https://git.zaroz.cloud/nintendo-back-up/Ryujinx.git
synced 2025-12-13 22:12:42 +00: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