Update IFriendServiceTypes.cs
This commit is contained in:
parent
bcbda3fe2e
commit
07ba617b75
1 changed files with 3 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
|||
namespace Ryujinx.HLE.HOS.Services.Friend
|
||||
namespace Ryujinx.HLE.HOS.Services.Friend
|
||||
{
|
||||
public enum PresenceStatusFilter
|
||||
private enum PresenceStatusFilter
|
||||
{
|
||||
None,
|
||||
Online,
|
||||
|
@ -8,7 +8,7 @@
|
|||
OnlineOrOnlinePlay
|
||||
}
|
||||
|
||||
public struct FriendFilter
|
||||
private struct FriendFilter
|
||||
{
|
||||
public PresenceStatusFilter PresenceStatus;
|
||||
public bool IsFavoriteOnly;
|
||||
|
|
Loading…
Add table
Reference in a new issue