From fb45a25bc8d10630870b559cd0b2d1cf9d96f6a0 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Wed, 30 Jan 2019 03:22:35 +0000 Subject: [PATCH] Removed useless finish profiling call --- Ryujinx/Ui/GLScreen.cs | 3 --- 1 file changed, 3 deletions(-) diff --git a/Ryujinx/Ui/GLScreen.cs b/Ryujinx/Ui/GLScreen.cs index fdd88da660..5959bba0a2 100644 --- a/Ryujinx/Ui/GLScreen.cs +++ b/Ryujinx/Ui/GLScreen.cs @@ -286,9 +286,6 @@ namespace Ryujinx _renderThread.Join(); base.OnUnload(e); - - // TODO: Find a better home for this, currently only called on OGL window close - Profile.FinishProfiling(); } protected override void OnResize(EventArgs e)