Missed call update

This commit is contained in:
Andy Adshead 2019-06-05 05:18:58 +01:00
parent 15b98c1094
commit 0b0fd9103c

View file

@ -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;