From 430faeb8ef9a5906af642a4a2be0eb6e878f812e Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 01:46:57 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Shader --- Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs') diff --git a/Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs b/Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs index 7a6b0963..71384df2 100644 --- a/Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs +++ b/Ryujinx.Graphics.Gpu/Memory/PhysicalMemory.cs @@ -6,7 +6,7 @@ namespace Ryujinx.Graphics.Gpu.Memory /// /// Represents physical memory, accessible from the GPU. - /// This is actually working CPU virtual addresses, of memory mapped on the game process. + /// This is actually working CPU virtual addresses, of memory mapped on the application process. /// class PhysicalMemory { -- cgit v1.2.3