mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-29 09:10:01 -06:00
More code cleanup
This commit is contained in:
@ -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; }
|
||||
|
Reference in New Issue
Block a user