From bec67dbef7a505fb5c4a1734be1517f67474fb4d Mon Sep 17 00:00:00 2001 From: Mary Date: Sun, 16 May 2021 17:12:14 +0200 Subject: misc: Move configuration management to the Ryujinx project (#2269) * Decouple configuration from Ryujinx.HLE and Ryujinx.Input * Move Configuration to the Ryujinx project --- Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs (limited to 'Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs') diff --git a/Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs b/Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs deleted file mode 100644 index d73c76d9..00000000 --- a/Ryujinx.HLE/HOS/Services/ServiceConfiguration.cs +++ /dev/null @@ -1,7 +0,0 @@ -namespace Ryujinx.HLE.HOS.Services -{ - public static class ServiceConfiguration - { - public static bool IgnoreMissingServices { get; set; } - } -} \ No newline at end of file -- cgit v1.2.3