mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 11:45:18 +02:00
Fix some includes on Windows/etc.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user