aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs
blob: d73c76d9cf99b804e7b660fe777180e3a0332b0b (plain) (blame)
1
2
3
4
5
6
7
namespace Ryujinx.HLE.HOS.Services
{
    public static class ServiceConfiguration
    {
        public static bool IgnoreMissingServices { get; set; }
    }
}