--- a/src/sh4/sh4.h Mon Jul 14 07:44:42 2008 +0000 +++ b/src/sh4/sh4.h Mon Aug 04 06:00:11 2008 +0000 @@ -97,12 +97,12 @@ * * @param use TRUE for translation mode, FALSE for emulation mode. */ -void sh4_set_use_xlat( gboolean use ); +void sh4_translate_set_enabled( gboolean use ); /** * Test if system is currently using the translation engine. */ -gboolean sh4_is_using_xlat(); +gboolean sh4_translate_is_enabled(); /** * Explicitly set the SH4 PC to the supplied value - this will be the next