Search
lxdream.org :: lxdream/Makefile.in :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.in
changeset 1170:9ffc8295b414
prev1162:a10d0d254f1f
next1200:3b2097efa97d
author nkeynes
date Mon Dec 12 21:15:44 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change Handle branch delay-slot instruction that falls on the next page correctly.
- Generate the right end PC in the first place (sh4trans.c)
- Allow blocks to be marked as both entry point + continuation, and
specifically handle invalidation when first entry of a page is a continuation ==
flush previous page as well.
file annotate diff log raw
1.1 --- a/Makefile.in Fri Jan 21 06:40:05 2011 +1000
1.2 +++ b/Makefile.in Mon Dec 12 21:15:44 2011 +1000
1.3 @@ -790,7 +790,7 @@
1.4
1.5
1.6 lxdream.1: lxdream.pod
1.7 - $(POD2MAN) $< $@
1.8 + $(POD2MAN) -c "Lxdream: A Dreamcast emulator" $< $@
1.9
1.10 install-data-local:
1.11 @$(NORMAL_INSTALL)
.