SystemSettings.cs 116 B

1234567
  1. namespace Ryujinx.Core.Settings
  2. {
  3. public class SystemSettings
  4. {
  5. public ColorSet ThemeColor;
  6. }
  7. }