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

@ -14,7 +14,6 @@ static const char h_8bit[] = "This option only works for 8bit renderers";
mee_onoff ("Wait for vsync", MA_OPT3_VSYNC, currentConfig.EmuOpt, EOPT_VSYNC), \
#define MENU_OPTIONS_ADV
static menu_entry e_menu_sms_options[];
static menu_entry e_menu_keyconfig[];

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);