Merge pull request #7931 from fr500/master

[subsystem] fix sram
This commit is contained in:
hizzlekizzle 2019-01-07 22:32:57 -06:00 committed by GitHub
commit 3e5237ed72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -311,7 +311,7 @@ static bool path_init_subsystem(void)
/* For subsystems, we know exactly which RAM types are supported. */
info = libretro_find_subsystem_info(
subsystem_data,
system->subsystem.data,
system->subsystem.size,
path_get(RARCH_PATH_SUBSYSTEM));