mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-08 00:28:03 -04:00
Change Gitignore, Main Menu & ROM Directory
Long ass title cuz i am a loser ^^
This commit is contained in:
parent
f50b7edf80
commit
f770589dd0
5 changed files with 13 additions and 15 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue