Search
lxdream.org :: lxdream/src/util.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/util.c
changeset 564:dc7b5ffb0535
prev561:533f6b478071
next1065:bc1cc0c54917
author nkeynes
date Tue Jan 01 08:59:34 2008 +0000 (16 years ago)
branchlxdream-mmu
permissions -rw-r--r--
last change Update top-level Makefile.in (not committed with Makefile.am changes?)
file annotate diff log raw
1.1 --- a/src/util.c Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/util.c Tue Jan 01 08:59:34 2008 +0000
1.3 @@ -31,7 +31,7 @@
1.4 #include "dream.h"
1.5 #include "display.h"
1.6 #include "gui.h"
1.7 -#include "sh4/sh4core.h"
1.8 +#include "sh4/sh4.h"
1.9
1.10 char *msg_levels[] = { "FATAL", "ERROR", "WARN", "INFO", "DEBUG", "TRACE" };
1.11 int global_msg_level = EMIT_WARN;
.