Changed #include filename slashes
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1520
This commit is contained in:
parent
00e6d3c31d
commit
1ac82ec834
1 changed files with 3 additions and 3 deletions
|
@ -141,7 +141,7 @@ static void IllegalOption(void) {
|
|||
E_Exit("Illegal option");
|
||||
}
|
||||
|
||||
#include "core_dyn_x86\cache.h"
|
||||
#include "core_dyn_x86/cache.h"
|
||||
|
||||
static struct {
|
||||
Bitu callback;
|
||||
|
@ -149,7 +149,7 @@ static struct {
|
|||
} core_dyn;
|
||||
|
||||
|
||||
#include "core_dyn_x86\risc_x86.h"
|
||||
#include "core_dyn_x86/risc_x86.h"
|
||||
|
||||
struct DynState {
|
||||
DynReg regs[G_MAX];
|
||||
|
@ -196,7 +196,7 @@ static void dyn_synchstate(DynState * state) {
|
|||
gen_synchreg(&DynRegs[i],&state->regs[i]);
|
||||
}
|
||||
}
|
||||
#include "core_dyn_x86\decoder.h"
|
||||
#include "core_dyn_x86/decoder.h"
|
||||
|
||||
Bits CPU_Core_Dyn_X86_Run(void) {
|
||||
/* Determine the linear address of CS:EIP */
|
||||
|
|
Loading…
Add table
Reference in a new issue