mirror of
https://github.com/rvtr/GodMode9i.git
synced 2025-11-02 00:11:07 -04:00
Bug fix
This commit is contained in:
parent
dee4ba94b6
commit
61b426347b
@ -283,7 +283,8 @@ int main(int argc, char **argv) {
|
||||
argarray.push_back(strdup(filename.c_str()));
|
||||
}
|
||||
|
||||
if (extention(filename, ".dsi") || extention(filename, ".nds")) {
|
||||
if (extention(filename, ".nds") || extention(filename, ".dsi")
|
||||
|| extention(filename, ".ids") || extention(filename, ".app")) {
|
||||
char *name = argarray.at(0);
|
||||
strcpy (filePath + pathLen, name);
|
||||
free(argarray.at(0));
|
||||
|
||||
Loading…
Reference in New Issue
Block a user