mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-17 22:03:50 +02:00
v2019.08.19
This commit is contained in:
16
Program.cs
16
Program.cs
@@ -53,15 +53,19 @@ namespace VRCX
|
||||
{
|
||||
Application.EnableVisualStyles();
|
||||
Application.SetCompatibleTextRenderingDefault(false);
|
||||
CpuMonitor.Start();
|
||||
VRCXStorage.Load();
|
||||
VRCXVR.Setup();
|
||||
VRCX_LogWatcher.Start();
|
||||
SQLite.Init();
|
||||
CpuMonitor.Init();
|
||||
Discord.Init();
|
||||
LogWatcher.Init();
|
||||
VRCXVR.Init();
|
||||
Application.Run(new MainForm());
|
||||
VRCX_LogWatcher.Stop();
|
||||
VRCXVR.Stop();
|
||||
VRCXVR.Exit();
|
||||
LogWatcher.Exit();
|
||||
Discord.Exit();
|
||||
CpuMonitor.Exit();
|
||||
SQLite.Exit();
|
||||
VRCXStorage.Save();
|
||||
CpuMonitor.Stop();
|
||||
Cef.Shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user