diff options
author | emmauss <emmausssss@gmail.com> | 2020-02-06 11:25:47 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-06 11:25:47 +0000 |
commit | f2b9a9c2b0a3d7af3b56df9ae09db8a3b2d8506c (patch) | |
tree | 7c4a0019c1c904397927567a0ad0685299cce1eb /Ryujinx/Program.cs | |
parent | db9f8f999f2c9a50e25685424271735ed3538539 (diff) |
Render Profiler in GUI (#854)
* move profiler output to gui
* addressed commits, rebased
* removed whitespaces
Diffstat (limited to 'Ryujinx/Program.cs')
-rw-r--r-- | Ryujinx/Program.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index 9bab74a2..5ce33a9d 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -1,7 +1,7 @@ using Gtk; using Ryujinx.Common.Logging; using Ryujinx.Configuration; -using Ryujinx.Profiler; +using Ryujinx.Debugger.Profiler; using Ryujinx.Ui; using System; using System.IO; |