mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 00:50:46 -07:00
More code cleanup
This commit is contained in:
@ -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;
|
||||
|
||||
|
Reference in New Issue
Block a user