Search
lxdream.org :: lxdream/src/maple/mouse.c :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/maple/mouse.c
changeset 850:28782ebbd01d
prev848:34dc33c05106
next1034:7044e01148f0
author nkeynes
date Sat Dec 27 02:59:35 2008 +0000 (15 years ago)
branchlxdream-mem
permissions -rw-r--r--
last change Replace fpscr_mask/fpscr flags in xlat_cache_block with a single xlat_sh4_mode,
which tracks the field of the same name in sh4r - actually a little faster this way.
Now depends on SR.MD, FPSCR.PR and FPSCR.SZ (although it doesn't benefit from the SR
flag yet).

Also fixed the failure to check the flags in the common case (code address returned
by previous block) which took away the performance benefits, but oh well.
file annotate diff log raw
1.1 --- a/src/maple/mouse.c Sun Sep 07 11:08:10 2008 +0000
1.2 +++ b/src/maple/mouse.c Sat Dec 27 02:59:35 2008 +0000
1.3 @@ -61,7 +61,7 @@
1.4 { MAPLE_DEVICE_TAG, &mouse_class, MAPLE_GRAB_YES,
1.5 MOUSE_IDENT, MOUSE_VERSION,
1.6 NULL, NULL, mouse_attach, mouse_detach, maple_default_destroy,
1.7 - mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL },
1.8 + mouse_clone, NULL, NULL, mouse_get_cond, NULL, NULL, NULL, NULL, NULL },
1.9 0, {0,0,0,0,0,0,0,0},
1.10 };
1.11
.