SegsEngine
SegsEngine copied to clipboard
Add `get_buffer` methods to FileAccess
This interface should allow reading a specific number of bytes into dynamically allocated memory. Function prototype should look like this:
Vector<uint8_t> FileAccess::get_buffer(uint32_t count);