mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-11 14:32:32 -07:00
Address PR feedback
This commit is contained in:
@@ -50,7 +50,7 @@ namespace Ryujinx.Graphics.Gpu.Memory
|
||||
/// Reads a structure from GPU mapped memory.
|
||||
/// </summary>
|
||||
/// <typeparam name="T">Type of the structure</typeparam>
|
||||
/// <param name="gpuVa">GPU virtual address where the strcture is located</param>
|
||||
/// <param name="gpuVa">GPU virtual address where the structure is located</param>
|
||||
/// <returns>The structure at the specified memory location</returns>
|
||||
public T Read<T>(ulong gpuVa) where T : struct
|
||||
{
|
||||
|
Reference in New Issue
Block a user