1
0
Fork 0

Increase the line cache size

Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1433
This commit is contained in:
Sjoerd van der Berg 2003-11-12 07:16:46 +00:00
parent 1eef79ef64
commit c4269952c4

View file

@ -16,7 +16,7 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
static Bit8u normal_cache[RENDER_MAXWIDTH*2];
static Bit8u normal_cache[RENDER_MAXWIDTH*2*4];
template <Bitu sbpp,Bitu dbpp,bool xdouble>
static void Normal(Bit8u * src,Bitu x,Bitu y,Bitu _dx,Bitu _dy) {