Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 740:dd11269ee48b
prev736:a02d1475ccfd
next851:41e8ae2c114b
author nkeynes
date Mon Aug 04 06:00:11 2008 +0000 (15 years ago)
permissions -rw-r--r--
last change Fix x86-64 bugs (only visible on OS X)
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Mon Jul 14 07:44:42 2008 +0000
1.2 +++ b/src/sh4/sh4.h Mon Aug 04 06:00:11 2008 +0000
1.3 @@ -97,12 +97,12 @@
1.4 *
1.5 * @param use TRUE for translation mode, FALSE for emulation mode.
1.6 */
1.7 -void sh4_set_use_xlat( gboolean use );
1.8 +void sh4_translate_set_enabled( gboolean use );
1.9
1.10 /**
1.11 * Test if system is currently using the translation engine.
1.12 */
1.13 -gboolean sh4_is_using_xlat();
1.14 +gboolean sh4_translate_is_enabled();
1.15
1.16 /**
1.17 * Explicitly set the SH4 PC to the supplied value - this will be the next
.