Search
lxdream.org :: lxdream/src/dreamcast.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/dreamcast.h
changeset 922:8a8361264b1e
prev883:b275b4fee639
next931:430048ea8b71
next953:f4a156508ad1
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/dreamcast.h Sun Oct 19 11:52:37 2008 +0000
1.2 +++ b/src/dreamcast.h Thu Dec 11 23:26:03 2008 +0000
1.3 @@ -31,7 +31,7 @@
1.4
1.5 #define DEFAULT_TIMESLICE_LENGTH 1000000 /* nanoseconds */
1.6
1.7 -#define XLAT_NEW_CACHE_SIZE 32 MB
1.8 +#define XLAT_NEW_CACHE_SIZE 40 MB
1.9 #define XLAT_TEMP_CACHE_SIZE 2 MB
1.10 #define XLAT_OLD_CACHE_SIZE 8 MB
1.11
.