diff options
Diffstat (limited to 'Ryujinx.LLE/Program.cs')
-rw-r--r-- | Ryujinx.LLE/Program.cs | 12 |
1 files changed, 0 insertions, 12 deletions
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..."); - } - } -} |