[RSP] fixed a couple more case-sensitive header includes

This commit is contained in:
2016-02-14 13:52:55 -05:00
parent c20af1aff1
commit 9c9ffeed06
2 changed files with 2 additions and 2 deletions

View File

@ -33,7 +33,7 @@
#include "RSP Command.h"
#include "Recompiler CPU.h"
#include "memory.h"
#include "opcode.h"
#include "OpCode.h"
#include "log.h"
#include "Profiling.h"
#include "breakpoint.h"

View File

@ -28,7 +28,7 @@
#include <commctrl.h>
#include <stdio.h>
#include "Rsp.h"
#include "types.h"
#include "Types.h"
#define GeneralPurpose 1
#define ControlProcessor0 2