mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-07-29 21:02:26 -07:00
PPTC & Pool Enhancements.
This commit is contained in:
@@ -35,7 +35,7 @@ namespace ARMeilleure.Common
|
||||
}
|
||||
}
|
||||
|
||||
public void Reset(int initialCapacity)
|
||||
public BitMap Reset(int initialCapacity)
|
||||
{
|
||||
int count = (initialCapacity + IntMask) / IntSize;
|
||||
|
||||
@@ -50,6 +50,8 @@ namespace ARMeilleure.Common
|
||||
{
|
||||
_masks.Add(0);
|
||||
}
|
||||
|
||||
return this;
|
||||
}
|
||||
|
||||
public bool Set(int bit)
|
||||
|
Reference in New Issue
Block a user