From 9b5f429a97e612758debcf58013d7407cd6bd237 Mon Sep 17 00:00:00 2001 From: Date: Thu, 11 Feb 2016 16:45:04 -0500 Subject: [PATCH] [RSP] Get Main.cpp to start to compile (no fatal errors). --- Source/RSP/Main.cpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Source/RSP/Main.cpp b/Source/RSP/Main.cpp index 55743df77..a90726018 100644 --- a/Source/RSP/Main.cpp +++ b/Source/RSP/Main.cpp @@ -31,18 +31,18 @@ #endif #include -#include +#include #include "../Settings/Settings.h" extern "C" { #include "Rsp.h" -#include "CPU.h" +#include "Cpu.h" #include "Recompiler CPU.h" -#include "Rsp Command.h" -#include "Rsp Registers.h" +#include "RSP Command.h" +#include "RSP Registers.h" #include "memory.h" #include "breakpoint.h" -#include "profiling.h" +#include "Profiling.h" #include "log.h" #include "resource.h" #include "Version.h"