-
Notifications
You must be signed in to change notification settings - Fork 59
Open

Description
mame2000-libretro/src/libretro/libretro.c
Line 696 in 49671d5
memcpy(IMAMEBASEPATH, info->path, strlen(core_sys_directory) + 1); |
need fixed is causing a segfault its should read memcpy(IMAMEBASEPATH, info->path, strlen(info->path) + 1);
will resolve issue #87
Not sure if teh vector issues have been fixed on this core 2003 had quite a few
Metadata
Metadata
Assignees
Labels
No labels