From 0ac4c0c92ce54fcb211e0a21c385d85a48d0e1ae Mon Sep 17 00:00:00 2001 From: gdkchan Date: Wed, 1 Jul 2020 15:14:36 -0300 Subject: Remove dummy LLE project (#1336) --- Ryujinx.LLE/Luea.csproj | 21 --------------------- Ryujinx.LLE/Program.cs | 12 ------------ 2 files changed, 33 deletions(-) delete mode 100644 Ryujinx.LLE/Luea.csproj delete mode 100644 Ryujinx.LLE/Program.cs (limited to 'Ryujinx.LLE') diff --git a/Ryujinx.LLE/Luea.csproj b/Ryujinx.LLE/Luea.csproj deleted file mode 100644 index 016fb7da..00000000 --- a/Ryujinx.LLE/Luea.csproj +++ /dev/null @@ -1,21 +0,0 @@ - - - - netcoreapp3.1 - 8.0 - win-x64;osx-x64;linux-x64 - Exe - Debug;Release;Profile Debug;Profile Release - - - - TRACE;USE_DEBUGGING - true - - - - TRACE;USE_DEBUGGING - false - - - diff --git a/Ryujinx.LLE/Program.cs b/Ryujinx.LLE/Program.cs deleted file mode 100644 index 96458d1e..00000000 --- a/Ryujinx.LLE/Program.cs +++ /dev/null @@ -1,12 +0,0 @@ -using System; - -namespace Luea -{ - class Program - { - static void Main(string[] args) - { - Console.WriteLine("Initializing..."); - } - } -} -- cgit v1.2.3