[RSP] Fix #include Rsp.h for file system case-sensitivity.

This commit is contained in:
2016-02-11 03:04:45 -05:00
parent 7a638a3d7d
commit 9ed9529cfe
15 changed files with 15 additions and 15 deletions

View File

@ -27,7 +27,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <float.h> #include <float.h>
#include "RSP.h" #include "Rsp.h"
#include "Cpu.h" #include "Cpu.h"
#include "RSP registers.h" #include "RSP registers.h"
#include "RSP Command.h" #include "RSP Command.h"

View File

@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <float.h> #include <float.h>
#include "breakpoint.h" #include "breakpoint.h"
#include "RSP.h" #include "Rsp.h"
#include "Cpu.h" #include "Cpu.h"
#include "Interpreter Ops.h" #include "Interpreter Ops.h"
#include "Interpreter CPU.h" #include "Interpreter CPU.h"

View File

@ -27,7 +27,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include <math.h> #include <math.h>
#include "RSP.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "RSP Command.h" #include "RSP Command.h"
#include "RSP Registers.h" #include "RSP Registers.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "rsp.h" #include "Rsp.h"
#include "x86.h" #include "x86.h"
#include "memory.h" #include "memory.h"
#include "RSP registers.h" #include "RSP registers.h"

View File

@ -29,7 +29,7 @@
#include <stdlib.h> #include <stdlib.h>
#include "opcode.h" #include "opcode.h"
#include "RSP.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "RSP Registers.h" #include "RSP Registers.h"
#include "RSP Command.h" #include "RSP Command.h"

View File

@ -27,7 +27,7 @@
#include <windows.h> #include <windows.h>
#include <commctrl.h> #include <commctrl.h>
#include <stdio.h> #include <stdio.h>
#include "rsp.h" #include "Rsp.h"
#include "types.h" #include "types.h"
#define GeneralPurpose 1 #define GeneralPurpose 1

View File

@ -25,7 +25,7 @@
*/ */
#include <windows.h> #include <windows.h>
#include "rsp.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "Interpreter CPU.h" #include "Interpreter CPU.h"
#include "Recompiler CPU.h" #include "Recompiler CPU.h"

View File

@ -28,7 +28,7 @@
#include <stdio.h> #include <stdio.h>
#include <float.h> #include <float.h>
#include <stdlib.h> #include <stdlib.h>
#include "RSP.h" #include "Rsp.h"
#include "Cpu.h" #include "Cpu.h"
#include "Interpreter CPU.h" #include "Interpreter CPU.h"
#include "Recompiler CPU.h" #include "Recompiler CPU.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "RSP.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "Interpreter CPU.h" #include "Interpreter CPU.h"
#include "Interpreter Ops.h" #include "Interpreter Ops.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "RSP.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "Recompiler CPU.h" #include "Recompiler CPU.h"
#include "RSP Command.h" #include "RSP Command.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "rsp.h" #include "Rsp.h"
#include "x86.h" #include "x86.h"
#include "memory.h" #include "memory.h"
#include "RSP registers.h" #include "RSP registers.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "rsp.h" #include "Rsp.h"
#include "x86.h" #include "x86.h"
#include "memory.h" #include "memory.h"
#include "RSP registers.h" #include "RSP registers.h"

View File

@ -26,7 +26,7 @@
#include <windows.h> #include <windows.h>
#include <stdio.h> #include <stdio.h>
#include "rsp.h" #include "Rsp.h"
#include "CPU.h" #include "CPU.h"
#include "breakpoint.h" #include "breakpoint.h"

View File

@ -26,7 +26,7 @@
#include <Windows.h> #include <Windows.h>
#include <stdio.h> #include <stdio.h>
#include "RSP.h" #include "Rsp.h"
#include "RSP Registers.h" #include "RSP Registers.h"
#include "memory.h" #include "memory.h"

View File

@ -27,7 +27,7 @@
enum { MaxMaps = 32 }; enum { MaxMaps = 32 };
#include <windows.h> #include <windows.h>
#include "rsp.h" #include "Rsp.h"
#include "RSP Registers.h" #include "RSP Registers.h"
DWORD NoOfMaps, MapsCRC[MaxMaps], Table; DWORD NoOfMaps, MapsCRC[MaxMaps], Table;