[Glide64] Change LoadNone function params to one line

This commit is contained in:
zilmar 2015-10-11 21:13:57 +11:00
parent bca97d42aa
commit 70532a6503
1 changed files with 1 additions and 8 deletions

View File

@ -42,14 +42,7 @@
#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;