Try to get rid of SIZE_32 macro

This commit is contained in:
Nekotekina 2018-09-03 18:46:14 +03:00
parent 7bccdbf157
commit ce4c4696dd
18 changed files with 82 additions and 87 deletions

View file

@ -66,7 +66,7 @@ s32 cellGifDecOpen(PMainHandle mainHandle, PPSubHandle subHandle, PSrc src, POpe
}
}
subHandle->set(vm::alloc(SIZE_32(GifStream), vm::main));
subHandle->set(vm::alloc(sizeof(GifStream), vm::main));
**subHandle = current_subHandle;