[Glide64] Change LoadNone function params to one line
This commit is contained in:
parent
bca97d42aa
commit
70532a6503
|
@ -42,14 +42,7 @@
|
||||||
#include "TexLoad16b.h"
|
#include "TexLoad16b.h"
|
||||||
#include "TexLoad32b.h"
|
#include "TexLoad32b.h"
|
||||||
|
|
||||||
wxUint32 LoadNone(
|
wxUint32 LoadNone(wxUIntPtr /*dst*/,wxUIntPtr /*src*/,int /*wid_64*/,int /*height*/,int /*line*/,int /*real_width*/,int /*tile*/)
|
||||||
wxUIntPtr /*dst*/,
|
|
||||||
wxUIntPtr /*src*/,
|
|
||||||
int /*wid_64*/,
|
|
||||||
int /*height*/,
|
|
||||||
int /*line*/,
|
|
||||||
int /*real_width*/,
|
|
||||||
int /*tile*/)
|
|
||||||
{
|
{
|
||||||
memset (texture, 0, 4096*4);
|
memset (texture, 0, 4096*4);
|
||||||
return (1 << 16) | GR_TEXFMT_ARGB_1555;
|
return (1 << 16) | GR_TEXFMT_ARGB_1555;
|
||||||
|
|
Loading…
Reference in New Issue