mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
reset fastmem on DSi soft reset
This commit is contained in:
@ -114,6 +114,7 @@ struct __attribute__((packed)) TinyVector
|
||||
|
||||
void Remove(int index)
|
||||
{
|
||||
assert(Length > 0);
|
||||
assert(index >= 0 && index < Length);
|
||||
|
||||
Length--;
|
||||
|
Reference in New Issue
Block a user