diff options
Diffstat (limited to 'Ryujinx.LLE/Program.cs')
| -rw-r--r-- | Ryujinx.LLE/Program.cs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Ryujinx.LLE/Program.cs b/Ryujinx.LLE/Program.cs new file mode 100644 index 00000000..96458d1e --- /dev/null +++ b/Ryujinx.LLE/Program.cs @@ -0,0 +1,12 @@ +using System; + +namespace Luea +{ + class Program + { + static void Main(string[] args) + { + Console.WriteLine("Initializing..."); + } + } +} |
