utilities: fix a few omissions when building on nopch

This commit is contained in:
Gauvain 'GovanifY' Roussel-Tarbouriech 2021-05-13 14:09:28 +02:00 committed by Kojin
parent c1e625cc4b
commit 727693248d
3 changed files with 4 additions and 0 deletions

View File

@ -25,6 +25,7 @@
// [TODO] OS-X (Darwin) platforms should use the Mach exception model (not implemented) // [TODO] OS-X (Darwin) platforms should use the Mach exception model (not implemented)
#include "EventSource.h" #include "EventSource.h"
#include "General.h"
#include <atomic> #include <atomic>
struct PageFaultInfo struct PageFaultInfo

View File

@ -16,6 +16,7 @@
#pragma once #pragma once
#include <wx/event.h> #include <wx/event.h>
#include "General.h"
wxDECLARE_EVENT(pxEvt_StartIdleEventTimer, wxCommandEvent); wxDECLARE_EVENT(pxEvt_StartIdleEventTimer, wxCommandEvent);
wxDECLARE_EVENT(pxEvt_DeleteObject, wxCommandEvent); wxDECLARE_EVENT(pxEvt_DeleteObject, wxCommandEvent);

View File

@ -22,6 +22,8 @@
#include "vtlb.h" #include "vtlb.h"
#include "Config.h"
typedef SafeArray<u8> VmStateBuffer; typedef SafeArray<u8> VmStateBuffer;
class BaseVUmicroCPU; class BaseVUmicroCPU;