mirror of
https://github.com/J-D-K/JKSV.git
synced 2026-04-24 23:37:24 -05:00
remove debug stuff
This commit is contained in:
parent
68093bacae
commit
03b09f550a
|
|
@ -545,10 +545,6 @@ tex *texLoadRGBA(const char *path)
|
|||
uLongf destSz = ret->size * 4;
|
||||
uncompress((unsigned char *)ret->data, &destSz, inBuff, dataSize);
|
||||
|
||||
FILE *deb = fopen("sdmc:/JKSV/deb.bin", "wb");
|
||||
fwrite(ret->data, sizeof(uint32_t), ret->size, deb);
|
||||
fclose(deb);
|
||||
|
||||
free(inBuff);
|
||||
return ret;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user