Checks
Describe the FR
fix the partition renaming when user has not edited the segment of the filename wich is processed to be a part of the partition name
i'm not sure if just removing this code will be the solution.
|
} else if (result == RET_OK) |
|
/* partition with such name already exists */ |
|
result = RET_PART_EXISTS; |
If the solution is that simple, then let me know and i'll make a PR
Describe the solution you'd like
that renaming a game should not trow an error if the game title was not modified on the first ~17 chars
Describe alternatives you've considered
No response
Additional context
No response