Change Gitignore, Main Menu & ROM Directory

Long ass title cuz i am a loser ^^
This commit is contained in:
Ray The Fox 2024-08-04 17:22:39 -03:00
parent f50b7edf80
commit f770589dd0
5 changed files with 13 additions and 15 deletions

View file

@ -156,7 +156,7 @@ int plat_get_skin_dir(char *dst, int len)
int plat_get_data_dir(char *dst, int len)
{
if (len > 5)
strcpy(dst, "ms0:/");
strcpy(dst, "rom/");
else if (len > 0)
*dst = 0;
return strlen(dst);