From 0b0fd9103c2da7bcad297ed651834e2e05bd94b9 Mon Sep 17 00:00:00 2001 From: Andy Adshead Date: Wed, 5 Jun 2019 05:18:58 +0100 Subject: [PATCH] Missed call update --- Ryujinx/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ryujinx/Program.cs b/Ryujinx/Program.cs index 44447aa1c8..50b8ceb5bb 100644 --- a/Ryujinx/Program.cs +++ b/Ryujinx/Program.cs @@ -35,7 +35,7 @@ namespace Ryujinx Configuration.Configure(device, wrappedBuild); - Profile.Initalize(); + Profile.Initalize(wrappedBuild); AppDomain.CurrentDomain.UnhandledException += CurrentDomain_UnhandledException; AppDomain.CurrentDomain.ProcessExit += CurrentDomain_ProcessExit;