Implement IProfile Get and GetBase (#266)
* implement IProfile Get(Base) * use default user * changed userid
This commit is contained in:
8
Ryujinx.HLE/OsHle/Profile.cs
Normal file
8
Ryujinx.HLE/OsHle/Profile.cs
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.HLE.OsHle
|
||||
{
|
||||
public struct Profile
|
||||
{
|
||||
public string Username;
|
||||
public string UserId;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user