added trimSortingMeta for minui.elf

This commit is contained in:
Shaun Inman 2023-02-15 23:06:45 -05:00
parent ae3e1e5eba
commit 116e994fbe
2 changed files with 22 additions and 3 deletions

View file

@ -13,6 +13,7 @@ void getEmuName(const char* in_name, char* out_name);
void normalizeNewline(char* line);
void trimTrailingNewlines(char* line);
void trimSortingMeta(char** str);
int exists(char* path);
void touch(char* path);