mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-11-15 04:40:08 +00:00
vi: workaround conductor includes
This commit is contained in:
parent
9dc624f5dc
commit
812754edec
@ -10,6 +10,8 @@
|
|||||||
#include "common/polyfill_thread.h"
|
#include "common/polyfill_thread.h"
|
||||||
#include "common/thread.h"
|
#include "common/thread.h"
|
||||||
|
|
||||||
|
#include "core/hle/service/vi/vsync_manager.h"
|
||||||
|
|
||||||
namespace Core {
|
namespace Core {
|
||||||
class System;
|
class System;
|
||||||
}
|
}
|
||||||
@ -26,7 +28,6 @@ namespace Service::VI {
|
|||||||
|
|
||||||
class Container;
|
class Container;
|
||||||
class DisplayList;
|
class DisplayList;
|
||||||
class VsyncManager;
|
|
||||||
|
|
||||||
class Conductor {
|
class Conductor {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user