[subsystem] fix sram
This commit is contained in:
parent
6613421537
commit
cb00455f12
2
paths.c
2
paths.c
|
@ -311,7 +311,7 @@ static bool path_init_subsystem(void)
|
||||||
/* For subsystems, we know exactly which RAM types are supported. */
|
/* For subsystems, we know exactly which RAM types are supported. */
|
||||||
|
|
||||||
info = libretro_find_subsystem_info(
|
info = libretro_find_subsystem_info(
|
||||||
subsystem_data,
|
system->subsystem.data,
|
||||||
system->subsystem.size,
|
system->subsystem.size,
|
||||||
path_get(RARCH_PATH_SUBSYSTEM));
|
path_get(RARCH_PATH_SUBSYSTEM));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue