[RSP] fixed a couple more case-sensitive header includes
This commit is contained in:
parent
c20af1aff1
commit
9c9ffeed06
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue