Search
lxdream.org :: lxdream/src/test/testxlt.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/test/testxlt.c
changeset 991:60c7fab9c880
prev922:8a8361264b1e
next1189:1540105786c8
author nkeynes
date Wed Mar 30 21:51:54 2011 +1000 (13 years ago)
permissions -rw-r--r--
last change Fix read sector type on OS X (oops)
file annotate diff log raw
1.1 --- a/src/test/testxlt.c Thu Dec 11 23:26:03 2008 +0000
1.2 +++ b/src/test/testxlt.c Wed Mar 30 21:51:54 2011 +1000
1.3 @@ -17,7 +17,7 @@
1.4 */
1.5
1.6 #include <assert.h>
1.7 -#include "sh4/xltcache.h"
1.8 +#include "xlat/xltcache.h"
1.9 #include "dreamcast.h"
1.10
1.11 extern xlat_cache_block_t xlat_new_cache;
.