Search
lxdream.org :: lxdream/src/sh4/xltcache.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/sh4/xltcache.h
changeset 410:5f8413358e7f
prev407:d24ab36150c4
next422:61a0598e07ff
author nkeynes
date Mon Oct 01 11:51:25 2007 +0000 (16 years ago)
permissions -rw-r--r--
last change Fix fr_bank on save file load
file annotate diff log raw
1.1 --- a/src/sh4/xltcache.h Fri Sep 28 07:26:35 2007 +0000
1.2 +++ b/src/sh4/xltcache.h Mon Oct 01 11:51:25 2007 +0000
1.3 @@ -1,5 +1,5 @@
1.4 /**
1.5 - * $Id: xltcache.h,v 1.5 2007-09-28 07:26:35 nkeynes Exp $
1.6 + * $Id: xltcache.h,v 1.6 2007-09-29 11:06:40 nkeynes Exp $
1.7 *
1.8 * Translation cache support (architecture independent)
1.9 *
1.10 @@ -37,7 +37,7 @@
1.11 * and xlat_commit_block()).
1.12 * @return the new block, which may be different from the old block.
1.13 */
1.14 -xlat_cache_block_t xlat_extend_block();
1.15 +xlat_cache_block_t xlat_extend_block( uint32_t newSize );
1.16
1.17 /**
1.18 * Commit the current translation block
.