mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 05:40:15 -06:00
glörg
This commit is contained in:
@ -32,7 +32,7 @@ void *uiAlloc(size_t size, const char *type)
|
||||
{
|
||||
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;
|
||||
types[out] = type;
|
||||
return rawBytes(out);
|
||||
|
Reference in New Issue
Block a user