Search
lxdream.org :: lxdream/src/eventq.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/eventq.c
changeset 564:dc7b5ffb0535
prev561:533f6b478071
next1065:bc1cc0c54917
author nkeynes
date Tue Jan 15 02:20:30 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Fix x86-64 support for mmu changes
file annotate diff log raw
1.1 --- a/src/eventq.c Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/eventq.c Tue Jan 15 02:20:30 2008 +0000
1.3 @@ -23,7 +23,7 @@
1.4 #include "dreamcast.h"
1.5 #include "eventq.h"
1.6 #include "asic.h"
1.7 -#include "sh4core.h"
1.8 +#include "sh4.h"
1.9
1.10 #define LONG_SCAN_PERIOD 1000000000 /* 1 second */
1.11
.