diff options
| author | gdkchan <gab.dark.100@gmail.com> | 2019-12-31 19:37:00 -0300 |
|---|---|---|
| committer | Thog <thog@protonmail.com> | 2020-01-09 02:13:00 +0100 |
| commit | 6e092c05584ccbbd548ac26c056c1a7edfa6c1a0 (patch) | |
| tree | 6f2856b448fca7beb721d49ed28160054388c7fc /Ryujinx.Graphics.Gpu/Memory/IRange.cs | |
| parent | 9bfb373bdf85178ef319fa4d107ae20d0a2d4a04 (diff) | |
More code cleanup
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Memory/IRange.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Memory/IRange.cs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Ryujinx.Graphics.Gpu/Memory/IRange.cs b/Ryujinx.Graphics.Gpu/Memory/IRange.cs index 6d275d3f..9d5eee0b 100644 --- a/Ryujinx.Graphics.Gpu/Memory/IRange.cs +++ b/Ryujinx.Graphics.Gpu/Memory/IRange.cs @@ -3,8 +3,7 @@ namespace Ryujinx.Graphics.Gpu.Memory /// <summary> /// Range of memory. /// </summary> - /// <typeparam name="T">GPU resource type</typeparam> - interface IRange<T> + interface IRange { ulong Address { get; } ulong Size { get; } |
