Address PR feedback

This commit is contained in:
gdkchan 2020-01-01 12:39:09 -03:00 committed by Thog
parent 40ef18d759
commit 92703af555
39 changed files with 285 additions and 228 deletions

View file

@ -11,7 +11,7 @@ namespace Ryujinx.Graphics.Gpu.State
/// <summary>
/// Packs the split address into a 64-bits address value.
/// </summary>
/// <returns></returns>
/// <returns>The 64-bits address value</returns>
public ulong Pack()
{
return Low | ((ulong)High << 32);