FriendErr.cs 134 B

1234567
  1. namespace Ryujinx.HLE.HOS.Services.Friend
  2. {
  3. static class FriendErr
  4. {
  5. public const int InvalidArgument = 2;
  6. }
  7. }