(Glide64) None of the TexLoad.h::LoadNone parameters were ever used.

This commit is contained in:
unknown 2015-02-01 12:54:28 -05:00
parent 9a1aef0fd6
commit 3d66a3540d
1 changed files with 8 additions and 1 deletions

View File

@ -42,7 +42,14 @@
#include "TexLoad16b.h"
#include "TexLoad32b.h"
wxUint32 LoadNone (wxUIntPtr dst, wxUIntPtr src, int wid_64, int height, int line, int /*real_width*/, int tile)
wxUint32 LoadNone(
wxUIntPtr /*dst*/,
wxUIntPtr /*src*/,
int /*wid_64*/,
int /*height*/,
int /*line*/,
int /*real_width*/,
int /*tile*/)
{
memset (texture, 0, 4096*4);
return (1 << 16) | GR_TEXFMT_ARGB_1555;