mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-30 12:07:11 +02:00
More code cleanup
This commit is contained in:
parent
af0003eb44
commit
987e78245e
4 changed files with 13 additions and 16 deletions
|
@ -8,7 +8,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
|||
/// List of GPU resources with data on guest memory.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type of the GPU resource</typeparam>
|
||||
class RangeList<T> : IEnumerable<T> where T : IRange<T>
|
||||
class RangeList<T> : IEnumerable<T> where T : IRange
|
||||
{
|
||||
private const int ArrayGrowthSize = 32;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue