mirror of https://github.com/PCSX2/pcsx2.git
utilities: fix a few omissions when building on nopch
This commit is contained in:
parent
c1e625cc4b
commit
727693248d
|
@ -25,6 +25,7 @@
|
|||
// [TODO] OS-X (Darwin) platforms should use the Mach exception model (not implemented)
|
||||
|
||||
#include "EventSource.h"
|
||||
#include "General.h"
|
||||
#include <atomic>
|
||||
|
||||
struct PageFaultInfo
|
||||
|
|
|
@ -16,6 +16,7 @@
|
|||
#pragma once
|
||||
|
||||
#include <wx/event.h>
|
||||
#include "General.h"
|
||||
|
||||
wxDECLARE_EVENT(pxEvt_StartIdleEventTimer, wxCommandEvent);
|
||||
wxDECLARE_EVENT(pxEvt_DeleteObject, wxCommandEvent);
|
||||
|
|
|
@ -22,6 +22,8 @@
|
|||
|
||||
#include "vtlb.h"
|
||||
|
||||
#include "Config.h"
|
||||
|
||||
typedef SafeArray<u8> VmStateBuffer;
|
||||
|
||||
class BaseVUmicroCPU;
|
||||
|
|
Loading…
Reference in New Issue