mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 06:10:03 -06:00
glörg
This commit is contained in:
@ -32,7 +32,7 @@ void *uiAlloc(size_t size, const char *type)
|
|||||||
{
|
{
|
||||||
byteArray *out;
|
byteArray *out;
|
||||||
|
|
||||||
out = new byteArray(size, 0);//printf("alloc %s at %08X\n", type, rawBytes(out));
|
out = new byteArray(size, 0);
|
||||||
heap[rawBytes(out)] = out;
|
heap[rawBytes(out)] = out;
|
||||||
types[out] = type;
|
types[out] = type;
|
||||||
return rawBytes(out);
|
return rawBytes(out);
|
||||||
|
Reference in New Issue
Block a user