Update freeintv_libretro.c

This commit is contained in:
markwkidd 2018-01-20 12:34:44 -05:00 committed by GitHub
parent 7c2a7ba695
commit d61afd7291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -109,6 +109,7 @@ void retro_init(void)
printf("Loading Mattel Intellivision exec.bin BIOS: %s\n", biosPath);
loadExec(biosPath);
// load grom
memset(biosPath,0,strlen(biosPath));
strcpy(biosPath, SystemPath);
strcat(biosPath, "/grom.bin");
printf("%sLoading Mattel Intellivision grom.bin BIOS: \n", biosPath);