Mae the dialog font and font size redefinable and fixed ROMs path on Mac.

This commit is contained in:
OBattler
2021-11-17 17:05:05 +01:00
parent 032fc51416
commit b14e04b926
12 changed files with 55 additions and 18 deletions

View File

@@ -583,9 +583,13 @@ usage:
}
if (vmrp && (path2[0] == '\0')) {
#ifdef __APPLE__
strcpy(rom_path, "~/Library/Application Support/86Box/roms");
#else
strcpy(path2, usr_path);
plat_path_slash(path2);
strcat(path2, "roms");
#endif
plat_path_slash(path2);
}