Search
lxdream.org :: lxdream/src/sh4/dmac.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/dmac.h
changeset 736:a02d1475ccfd
prev561:533f6b478071
author nkeynes
date Thu Dec 11 23:26:03 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Disable the generational translation cache - I've got no evidence that it
actually helps performance, and it simplifies things to get rid of it (in
particular, translated code doesn't have to worry about being moved now).
file annotate diff log raw
1.1 --- a/src/sh4/dmac.h Tue Jan 01 05:08:38 2008 +0000
1.2 +++ b/src/sh4/dmac.h Thu Dec 11 23:26:03 2008 +0000
1.3 @@ -16,8 +16,8 @@
1.4 * GNU General Public License for more details.
1.5 */
1.6
1.7 -#ifndef dream_sh4dmac_H
1.8 -#define dream_sh4dmac_H 1
1.9 +#ifndef lxdream_dmac_H
1.10 +#define lxdream_dmac_H 1
1.11
1.12 #include <stdint.h>
1.13
1.14 @@ -59,4 +59,5 @@
1.15 #ifdef __cplusplus
1.16 }
1.17 #endif
1.18 -#endif
1.19 +
1.20 +#endif /* !lxdream_dmac_H */
.