mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-02 00:30:48 -07:00
Make EntryTable<T>.TryAllocate set entry to default
This commit is contained in:
@ -51,6 +51,8 @@ namespace ARMeilleure.Common
|
|||||||
|
|
||||||
_allocated.Set(index);
|
_allocated.Set(index);
|
||||||
|
|
||||||
|
GetValue(index) = default;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user