open-ead / sead

Decompilation of sead: the standard C++ library for first-party Nintendo games
190 stars 26 forks source link

expheap: Add isEmpty, isFreeable, isResizable and isAdjustable #80

Closed h1k421 closed 3 years ago

h1k421 commented 3 years ago

Some stuffs I had in local for some time.

Was compared against botw's sead implementation.

leoetlino commented 3 years ago

The functions look good to me, but please run clang-format on seadExpHeap.cpp.