mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 22:33:50 +02:00
Update SQLite, remove unneeded libraries
This commit is contained in:
@@ -230,7 +230,7 @@ namespace VRCX
|
||||
logger.Info("Launch Command: {0}", StartupArgs.LaunchArguments.LaunchCommand);
|
||||
logger.Debug("Wine detection: {0}", Wine.GetIfWine());
|
||||
|
||||
SQLiteLegacy.Instance.Init();
|
||||
SQLite.Instance.Init();
|
||||
AppApiInstance = new AppApiCef();
|
||||
|
||||
AppApiVrInstance = new AppApiVrCef();
|
||||
@@ -262,7 +262,7 @@ namespace VRCX
|
||||
Discord.Instance.Exit();
|
||||
SystemMonitorCef.Instance.Exit();
|
||||
VRCXStorage.Instance.Save();
|
||||
SQLiteLegacy.Instance.Exit();
|
||||
SQLite.Instance.Exit();
|
||||
ProcessMonitor.Instance.Exit();
|
||||
}
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user