mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-03-11 17:44:23 +00:00
10 lines
180 B
C#
10 lines
180 B
C#
![]() |
using System.Runtime.InteropServices;
|
||
|
|
||
|
namespace Ryujinx.Horizon.Sdk.Friends
|
||
|
{
|
||
|
[StructLayout(LayoutKind.Sequential, Size = 0x8, Pack = 0x8)]
|
||
|
struct RequestId
|
||
|
{
|
||
|
}
|
||
|
}
|