mirror of https://github.com/PCSX2/pcsx2.git
Build: Fix GS Runner compilation.
Stuff got moved, GS Runner wasn't told :)
This commit is contained in:
parent
9509745be9
commit
f4e338f9fb
|
@ -38,22 +38,21 @@
|
||||||
#include "pcsx2/PrecompiledHeader.h"
|
#include "pcsx2/PrecompiledHeader.h"
|
||||||
|
|
||||||
#include "pcsx2/CDVD/CDVD.h"
|
#include "pcsx2/CDVD/CDVD.h"
|
||||||
#include "pcsx2/Frontend/CommonHost.h"
|
#include "pcsx2/CommonHost.h"
|
||||||
#include "pcsx2/Frontend/InputManager.h"
|
#include "pcsx2/Input/InputManager.h"
|
||||||
#include "pcsx2/Frontend/ImGuiManager.h"
|
#include "pcsx2/ImGui/ImGuiManager.h"
|
||||||
#include "pcsx2/Frontend/LogSink.h"
|
#include "pcsx2/LogSink.h"
|
||||||
#include "pcsx2/GS.h"
|
#include "pcsx2/GS.h"
|
||||||
#include "pcsx2/GS/GS.h"
|
#include "pcsx2/GS/GS.h"
|
||||||
#include "pcsx2/GSDumpReplayer.h"
|
#include "pcsx2/GSDumpReplayer.h"
|
||||||
#include "pcsx2/Host.h"
|
#include "pcsx2/Host.h"
|
||||||
#include "pcsx2/HostSettings.h"
|
|
||||||
#include "pcsx2/INISettingsInterface.h"
|
#include "pcsx2/INISettingsInterface.h"
|
||||||
#include "pcsx2/PAD/Host/PAD.h"
|
#include "pcsx2/PAD/Host/PAD.h"
|
||||||
#include "pcsx2/PerformanceMetrics.h"
|
#include "pcsx2/PerformanceMetrics.h"
|
||||||
#include "pcsx2/VMManager.h"
|
#include "pcsx2/VMManager.h"
|
||||||
|
|
||||||
#ifdef ENABLE_ACHIEVEMENTS
|
#ifdef ENABLE_ACHIEVEMENTS
|
||||||
#include "pcsx2/Frontend/Achievements.h"
|
#include "pcsx2/Achievements.h"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include "svnrev.h"
|
#include "svnrev.h"
|
||||||
|
|
Loading…
Reference in New Issue