diff options
| author | Mary <me@thog.eu> | 2020-08-30 19:06:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-08-30 19:06:05 +0200 |
| commit | 4f3ae6f62ca5858c2b74eba5a15bad5dff580349 (patch) | |
| tree | 1ab0427f411d530b253abc73bb6ef97b64a3a6d6 /Ryujinx.Debugger/Profiler/TimingFlag.cs | |
| parent | b9398f1f3a13612a0bc3e64205cdb7eca3f48d4d (diff) | |
Remove the Ryujinx.Debugger project (#1506)
This project wasn't really used by anyone and isn't worth mantaining.
This commit remove the profiler entirely from Ryujinx and remove the associated CI tasks.
Diffstat (limited to 'Ryujinx.Debugger/Profiler/TimingFlag.cs')
| -rw-r--r-- | Ryujinx.Debugger/Profiler/TimingFlag.cs | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/Ryujinx.Debugger/Profiler/TimingFlag.cs b/Ryujinx.Debugger/Profiler/TimingFlag.cs deleted file mode 100644 index 8a34ac99..00000000 --- a/Ryujinx.Debugger/Profiler/TimingFlag.cs +++ /dev/null @@ -1,17 +0,0 @@ -namespace Ryujinx.Debugger.Profiler -{ - public enum TimingFlagType - { - FrameSwap = 0, - SystemFrame = 1, - - // Update this for new flags - Count = 2, - } - - public struct TimingFlag - { - public TimingFlagType FlagType; - public long Timestamp; - } -} |
