Trimmed excess whitespace.

This commit is contained in:
n-a-c-h
2005-07-10 02:38:27 +00:00
parent 5c988d10a7
commit 5bd3b89854
3 changed files with 7 additions and 7 deletions

View File

@@ -955,7 +955,7 @@ void load_file_fs(char *path)
{
memmove(ROM, ROM+512, addOnStart);
curromspace -= 512;
}
}
}
char *STCart2 = 0;
@@ -975,7 +975,7 @@ void SplitSetup(char *basepath, char *basefile, unsigned int MirrorSystem)
memcpy(ROM+0x200000, ROM, addOnSize);
curromspace = 0;
}
if (!*basepath)
{
load_file_fs(basefile);