reset fastmem on DSi soft reset

This commit is contained in:
RSDuck
2020-07-31 22:39:27 +02:00
parent c5ecef7410
commit 2a3147db46
3 changed files with 7 additions and 4 deletions

View File

@ -114,6 +114,7 @@ struct __attribute__((packed)) TinyVector
void Remove(int index)
{
assert(Length > 0);
assert(index >= 0 && index < Length);
Length--;