Increase the line cache size
Imported-from: https://svn.code.sf.net/p/dosbox/code-0/dosbox/trunk@1433
This commit is contained in:
parent
1eef79ef64
commit
c4269952c4
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue