mirror of
https://github.com/goatcorp/Dalamud.git
synced 2025-12-30 20:33:40 +01:00
WIP updates for direct render testing. Currently ImGui draws, but basically off into space and nothing is visible. Working on porting some reshade logic to see if we can get away with simple additional targets and msaa handling
This commit is contained in:
parent
c618626345
commit
661e79aa2f
4 changed files with 108 additions and 29 deletions
|
|
@ -84,8 +84,8 @@ namespace Dalamud {
|
|||
|
||||
this.WinSock2 = new WinSockHandlers();
|
||||
|
||||
this.InterfaceManager = new InterfaceManager();
|
||||
this.InterfaceManager.Start();
|
||||
this.InterfaceManager = new InterfaceManager(this, this.sigScanner);
|
||||
//this.InterfaceManager.Start();
|
||||
|
||||
try {
|
||||
this.PluginManager.LoadPlugins();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue