Explorar o código

vi: workaround conductor includes

Liam %!s(int64=2) %!d(string=hai) anos
pai
achega
812754edec
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      src/core/hle/service/vi/conductor.h

+ 2 - 1
src/core/hle/service/vi/conductor.h

@@ -10,6 +10,8 @@
 #include "common/polyfill_thread.h"
 #include "common/thread.h"
 
+#include "core/hle/service/vi/vsync_manager.h"
+
 namespace Core {
 class System;
 }
@@ -26,7 +28,6 @@ namespace Service::VI {
 
 class Container;
 class DisplayList;
-class VsyncManager;
 
 class Conductor {
 public: