Search
lxdream.org :: lxdream/src/sh4/sh4.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/sh4.h
changeset 1218:be02e87f9f87
prev1189:1540105786c8
next1300:d18488c8668b
author nkeynes
date Wed Mar 21 09:01:41 2012 +1000 (12 years ago)
permissions -rw-r--r--
last change Surface management is actually already being taken care of - don't try to
duplicate in onPause/onResume
file annotate diff log raw
1.1 --- a/src/sh4/sh4.h Thu Dec 01 08:02:13 2011 +1000
1.2 +++ b/src/sh4/sh4.h Wed Mar 21 09:01:41 2012 +1000
1.3 @@ -151,6 +151,18 @@
1.4 /** Dump a translated block with SH4 and target assembly side by side. */
1.5 void sh4_translate_dump_block( uint32_t pc );
1.6
1.7 +/**
1.8 + * Enable/disable basic block profiling (Note only supported by translation cores)
1.9 + */
1.10 +void sh4_set_profile_blocks( gboolean flag );
1.11 +
1.12 +/**
1.13 + * Get the boolean flag indicating whether block profiling is on.
1.14 + */
1.15 +gboolean sh4_get_profile_blocks();
1.16 +
1.17 +
1.18 +
1.19 #ifdef __cplusplus
1.20 }
1.21 #endif
.