mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-01-28 23:43:48 +00:00
Make EntryTable<T>.TryAllocate set entry to default
This commit is contained in:
parent
adb1dac60b
commit
a9e56d0a89
1 changed files with 2 additions and 0 deletions
|
@ -51,6 +51,8 @@ namespace ARMeilleure.Common
|
||||||
|
|
||||||
_allocated.Set(index);
|
_allocated.Set(index);
|
||||||
|
|
||||||
|
GetValue(index) = default;
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue