mirror of
https://github.com/libretro/FreeIntv.git
synced 2025-02-17 15:27:29 +00:00
Update freeintv_libretro.c
This commit is contained in:
parent
7c2a7ba695
commit
d61afd7291
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user