diff options
| author | Lordmau5 <mail@lordmau5.com> | 2018-06-11 06:03:37 +0200 |
|---|---|---|
| committer | Lordmau5 <mail@lordmau5.com> | 2018-06-11 06:03:37 +0200 |
| commit | c636c74dd2a54a9c0ece6cd31b03512f8c41fc43 (patch) | |
| tree | e7b5089e4d873e51337752b8819c71c9f6257e93 /Ryujinx.LLE/Program.cs | |
| parent | 851f2ded9a369633bb18a5fc97c123b3ef94c24e (diff) | |
| parent | 76f3b1b3a4637ec72abfbb8cbc0679f2e0ca838f (diff) | |
Merge branch 'master' into ICommonStateGetter
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..."); + } + } +} |
