mirror of
https://github.com/RaySollium99/picodrive.git
synced 2025-09-07 08:08:04 -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
|
@ -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[];
|
||||
|
||||
|
|
|
@ -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