Search
lxdream.org :: lxdream/Makefile.am :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename Makefile.am
changeset 1170:9ffc8295b414
prev1061:06ea56ae747f
next1239:be3121267597
author nkeynes
date Fri Dec 02 18:18:04 2011 +1000 (12 years ago)
permissions -rw-r--r--
last change SH4 shadow-mode tweaks
- Fix exceptions generated by the translator to account for the excepting
instruction(s) in the cycle counts.
- Compare floating point regs bitwise rather than with FP comparisons
(otherwise can fail due to nan != nan)
- Dump the translated block when we abort with an inconsistency
file annotate diff log raw
1.1 --- a/Makefile.am Mon Jun 29 09:25:11 2009 +0000
1.2 +++ b/Makefile.am Fri Dec 02 18:18:04 2011 +1000
1.3 @@ -17,7 +17,7 @@
1.4 man_MANS = lxdream.1
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)
.