Fix some includes on Windows/etc.

This commit is contained in:
Unknown W. Brackets
2013-12-29 15:59:36 -08:00
parent be74da8f3c
commit db77dcd149
17 changed files with 33 additions and 10 deletions
+2 -1
View File
@@ -20,7 +20,6 @@
#include "Windows/WndMainWindow.h"
#include "Core/Core.h"
#include "Core/CPU.h"
#include "Core/HLE/HLE.h"
#include "Core/CoreTiming.h"
#include "Core/MIPS/MIPSAnalyst.h"
@@ -36,6 +35,8 @@
#include <windowsx.h>
#include <commctrl.h>
static const int numCPUs = 1;
// How long (max) to wait for Core to pause before clearing temp breakpoints.
const int TEMP_BREAKPOINT_WAIT_MS = 100;