Revert "dxgi_testing"

This reverts commit b5bb5a0077.
This commit is contained in:
goat 2019-12-29 02:16:19 +09:00
parent b5bb5a0077
commit 8a303d1c1c
10 changed files with 3 additions and 592 deletions

View file

@ -14,9 +14,7 @@ using Dalamud.Game.ClientState.Actors.Types;
using Dalamud.Game.ClientState.Actors.Types.NonPlayer;
using Dalamud.Game.Command;
using Dalamud.Game.Internal;
using Dalamud.Game.Internal.DXGI;
using Dalamud.Game.Internal.Gui;
using Dalamud.Game.Internal.Network;
using Dalamud.Game.Network;
using Dalamud.Plugin;
using Serilog;
@ -51,8 +49,6 @@ namespace Dalamud {
internal readonly WinSockHandlers WinSock2;
internal readonly SwapChain deviceHandler;
public Dalamud(DalamudStartInfo info) {
this.StartInfo = info;
this.Configuration = DalamudConfiguration.Load(info.ConfigurationPath);
@ -85,8 +81,6 @@ namespace Dalamud {
this.WinSock2 = new WinSockHandlers();
this.deviceHandler = new SwapChain(this, this.sigScanner);
try {
this.PluginManager.LoadPlugins();
} catch (Exception ex) {