Ryujinx-uplift/Ryujinx.HLE/OsHle/Profile.cs

9 lines
135 B
C#
Raw Normal View History

namespace Ryujinx.HLE.OsHle
{
public struct Profile
{
public string Username;
public string UserId;
}
}