mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-07-03 17:49:05 +00:00
Address PR feedback
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user