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