mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:59:19 -05:00
777d150f83
Tracking a buffer's size manually and storing it under a name that does not make it obvious it is related to the buffer is really... meh. Also gets rid of the need to manually manage its capacity and new/delete an array.